]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsetq): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 02:03:10 +0000 (02:03 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 02:03:10 +0000 (02:03 +0000)
src/eval.c

index ea608d35a78215a28423aad333e11aac37a0b286..6255cc3baa3e9a407cb79223f0d8e986ec28dad2 100644 (file)
@@ -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;
 {