# HG changeset patch # User Juanma Barranquero # Date 1184759572 0 # Node ID 298a134523a52c9fed81fcfc32e8905c9f0e5769 # Parent fa3696133289129ef4d44ca8ec82240ba4abf87e (Fsetq): Doc fix. diff -r fa3696133289 -r 298a134523a5 src/eval.c --- 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; {