]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsetq): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:52:52 +0000 (11:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:52:52 +0000 (11:52 +0000)
src/eval.c

index b96c35a41b13ddf1868f52026a41c3f086b3a8d6..7d7e73484f79545734e03820401503b443cf129e 100644 (file)
@@ -531,7 +531,7 @@ Thus, (setq x (1+ y)) sets `x' to the value of `(1+ y)'.
 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;
 {