Mercurial > emacs
changeset 67044:a40ac89f9800
(Bindat Functions): Say "third" to refer to zero-based index "2".
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 20 Nov 2005 15:15:57 +0000 |
parents | 954ac978c4a8 |
children | 0425305d73a5 |
files | lispref/processes.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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