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
73d40355
Commit
73d40355
authored
Jan 22, 1994
by
Richard M. Stallman
Browse files
(Faset): Doc fix.
parent
5b586155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/data.c
src/data.c
+2
-2
No files found.
src/data.c
View file @
73d40355
...
...
@@ -1312,8 +1312,8 @@ ARRAY may be a vector or a string, or a byte-code object. INDEX starts at 0.")
}
DEFUN
(
"aset"
,
Faset
,
Saset
,
3
,
3
,
0
,
"Store into the element of ARRAY at index I
NDE
X the value NEW
VAL
.
\n
\
ARRAY may be a vector or a string. I
NDE
X starts at 0."
)
"Store into the element of ARRAY at index I
D
X the value NEW
ELT
.
\n
\
ARRAY may be a vector or a string. I
D
X starts at 0."
)
(
array
,
idx
,
newelt
)
register
Lisp_Object
array
;
Lisp_Object
idx
,
newelt
;
...
...
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