From 20886d97c73bf204ca67161dcabb808913f9a245 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Tue, 2 Apr 2002 21:46:40 +0000
Subject: [PATCH] (Person Status Types): Fix the documentation of
 no-of-created-texts. (Bug 384).

---
 doc/Protocol-A.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi
index e9478f89e..cd43a80fb 100644
--- a/doc/Protocol-A.texi
+++ b/doc/Protocol-A.texi
@@ -2153,7 +2153,10 @@ The local number of the earliest existing article written by the person.
 The local number applies to a local-to-global mapping containing all
 articles written by the person.
 @item no-of-created-texts
-This holds the number of articles written by the person.
+This holds the number of articles written by the person, not counting
+the articles created before the earliest existing article written by
+the person.  To get the true number of created articles, compute
+@field{first-created-local-no} + @field{no-of-created-texts} - 1.
 @item no-of-marks
 The number of marked texts this person has.
 @item no-of-confs
-- 
GitLab