(Fsetq): Doc fix.
This commit is contained in:
parent
533eb34b77
commit
819586b27d
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ Thus, (setq x (1+ y)) sets `x' to the value of `(1+ y)'.
|
|||
The second VAL is not computed until after the first SYM is set, and so on;
|
||||
each VAL can use the new value of variables set earlier in the `setq'.
|
||||
The return value of the `setq' form is the value of the last VAL.
|
||||
usage: (setq SYM VAL SYM VAL ...) */)
|
||||
usage: (setq [SYM VAL]...) */)
|
||||
(args)
|
||||
Lisp_Object args;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue