diff src/eval.c @ 81953:298a134523a5

(Fsetq): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 Jul 2007 11:52:52 +0000
parents fa3696133289
children 76ba0f031e99 fd5b4a865d1d 492971a3f31f
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;
 {