Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cbce0752
Commit
cbce0752
authored
Nov 20, 2005
by
Thien-Thi Nguyen
Browse files
(Bindat Functions): Say "third" to refer to zero-based index "2".
parent
dd949173
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/processes.texi
lispref/processes.texi
+1
-1
No files found.
lispref/ChangeLog
View file @
cbce0752
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
...
...
lispref/processes.texi
View file @
cbce0752
...
...
@@ -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
secon
d element of subfield @code{b} of field
field @code{c} in the
thir
d element of subfield @code{b} of field
@code{a}. (This corresponds to @code{struct.a.b[2].c} in C.)
@end defun
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment