1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(Bindat Functions): Say "third" to refer to zero-based index "2".

This commit is contained in:
Thien-Thi Nguyen 2005-11-20 15:17:23 +00:00
parent dd949173e7
commit cbce075240
2 changed files with 6 additions and 1 deletions

View 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

View 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