Mercurial > emacs
diff src/eval.c @ 6713:6a16a95e7ad9
(Fsetq): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 07 Apr 1994 02:03:10 +0000 |
| parents | 8f92cf89ed7c |
| children | 656d16ca0419 |
line wrap: on
line diff
--- a/src/eval.c Thu Apr 07 00:23:36 1994 +0000 +++ b/src/eval.c Thu Apr 07 02:03:10 1994 +0000 @@ -414,7 +414,8 @@ 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; {
