Mercurial > emacs
changeset 6713:6a16a95e7ad9
(Fsetq): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 07 Apr 1994 02:03:10 +0000 |
parents | 2d0f96fe6ff3 |
children | ce9404705b14 |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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; {