# HG changeset patch # User Karl Heuer # Date 765684190 0 # Node ID 6a16a95e7ad9f26e2e17bf092934a224f3308994 # Parent 2d0f96fe6ff3e05fecb060953c69d64665ba922b (Fsetq): Doc fix. diff -r 2d0f96fe6ff3 -r 6a16a95e7ad9 src/eval.c --- 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; {