# HG changeset patch # User Thien-Thi Nguyen # Date 1132499757 0 # Node ID a40ac89f98006a2c2a8895b00e9998c2bdab2c69 # Parent 954ac978c4a8c1b85ce08db5cdc058324c7b0000 (Bindat Functions): Say "third" to refer to zero-based index "2". diff -r 954ac978c4a8 -r a40ac89f9800 lispref/processes.texi --- a/lispref/processes.texi Sun Nov 20 07:57:39 2005 +0000 +++ b/lispref/processes.texi Sun Nov 20 15:15:57 2005 +0000 @@ -2244,7 +2244,7 @@ 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