changeset 81953:298a134523a5

(Fsetq): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 Jul 2007 11:52:52 +0000
parents fa3696133289
children 26538bef5b74
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Wed Jul 18 11:48:47 2007 +0000
+++ b/src/eval.c	Wed Jul 18 11:52:52 2007 +0000
@@ -531,7 +531,7 @@
 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;
 {