diff options
| author | Thien-Thi Nguyen | 2005-11-20 15:17:23 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-11-20 15:17:23 +0000 |
| commit | cbce075240ac1d71063846e5bd5a43a796a2f39d (patch) | |
| tree | c26d557ec2a85e8de5db02576d23a72d0d278b05 | |
| parent | dd949173e77e1f9ac8601905ecff1c074c1ae353 (diff) | |
| download | emacs-cbce075240ac1d71063846e5bd5a43a796a2f39d.tar.gz emacs-cbce075240ac1d71063846e5bd5a43a796a2f39d.zip | |
(Bindat Functions): Say "third" to refer to zero-based index "2".
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/processes.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a2fe53821cc..5aa075a1eae 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Bindat Functions): | ||
| 4 | Say "third" to refer to zero-based index "2". | ||
| 5 | |||
| 1 | 2005-11-18 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-11-18 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * loading.texi (Library Search): Update the default value of | 8 | * loading.texi (Library Search): Update the default value of |
diff --git a/lispref/processes.texi b/lispref/processes.texi index d63ddc4aa3e..624fd5f912f 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -2244,7 +2244,7 @@ arguments specify repeated lookup of sub-structures. An integer name | |||
| 2244 | acts as an array index. | 2244 | acts as an array index. |
| 2245 | 2245 | ||
| 2246 | For example, if @var{name} is @code{(a b 2 c)}, that means to find | 2246 | For example, if @var{name} is @code{(a b 2 c)}, that means to find |
| 2247 | field @code{c} in the second element of subfield @code{b} of field | 2247 | field @code{c} in the third element of subfield @code{b} of field |
| 2248 | @code{a}. (This corresponds to @code{struct.a.b[2].c} in C.) | 2248 | @code{a}. (This corresponds to @code{struct.a.b[2].c} in C.) |
| 2249 | @end defun | 2249 | @end defun |
| 2250 | 2250 | ||