From cbce075240ac1d71063846e5bd5a43a796a2f39d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 20 Nov 2005 15:17:23 +0000 Subject: [PATCH] (Bindat Functions): Say "third" to refer to zero-based index "2". --- lispref/ChangeLog | 5 +++++ lispref/processes.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a2fe53821cc..5aa075a1eae 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-11-20 Thien-Thi Nguyen + + * processes.texi (Bindat Functions): + Say "third" to refer to zero-based index "2". + 2005-11-18 Luc Teirlinck * 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 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 -- 2.39.2