emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Wed, 18 Jul 2007 11:52:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/07/18 11:52:52

Index: eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -b -r1.280 -r1.281
--- eval.c      18 Jul 2007 11:48:47 -0000      1.280
+++ eval.c      18 Jul 2007 11:52:52 -0000      1.281
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]