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
196e7d3f
Commit
196e7d3f
authored
Apr 07, 1994
by
Karl Heuer
Browse files
(Fsetq): Doc fix.
parent
a7c86d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/eval.c
src/eval.c
+2
-1
No files found.
src/eval.c
View file @
196e7d3f
...
...
@@ -414,7 +414,8 @@ whose values are discarded.")
DEFUN
(
"setq"
,
Fsetq
,
Ssetq
,
0
,
UNEVALLED
,
0
,
"(setq SYM VAL SYM VAL ...): set each SYM to the value of its VAL.
\n
\
The SYMs are not evaluated. Thus (setq x y) sets x to the value of y.
\n
\
Each SYM is set before the next VAL is computed."
)
Each SYM is set before the next VAL is computed.
The return value of the `setq' form is the value of the last VAL."
)
(
args
)
Lisp_Object
args
;
{
...
...
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