]> git.eshelyaron.com Git - emacs.git/commitdiff
(Bindat Functions): Say "third" to refer to zero-based index "2".
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 20 Nov 2005 15:17:23 +0000 (15:17 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 20 Nov 2005 15:17:23 +0000 (15:17 +0000)
lispref/ChangeLog
lispref/processes.texi

index a2fe53821cc374423c92c1834c57d675225220a5..5aa075a1eae1bff7ce48be3dfab0dbe4fda5760c 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Functions):
+       Say "third" to refer to zero-based index "2".
+
 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
 
        * loading.texi (Library Search): Update the default value of
index d63ddc4aa3e3bdf0db8ad509c8e35e9e7297b64e..624fd5f912fb45ff1ab0acdf3ac5fcec58367bf2 100644 (file)
@@ -2244,7 +2244,7 @@ arguments specify repeated lookup of sub-structures.  An integer name
 acts as an array index.
 
 For example, if @var{name} is @code{(a b 2 c)}, that means to find
-field @code{c} in the second element of subfield @code{b} of field
+field @code{c} in the third element of subfield @code{b} of field
 @code{a}.  (This corresponds to @code{struct.a.b[2].c} in C.)
 @end defun