(Fsetq): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-07-18 11:52:52 +00:00
parent 533eb34b77
commit 819586b27d

View file

@ -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;
{