aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-07-18 11:52:52 +0000
committerJuanma Barranquero <[email protected]>2007-07-18 11:52:52 +0000
commit819586b27dd944c766c1663fbc9b56fd77afb08e (patch)
treee6766e8e80ca140ae675217361e02e985620aa83 /src
parent533eb34b776ae6b7e8ae8c4dd6eb94e7708d666b (diff)
(Fsetq): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index b96c35a41b..7d7e73484f 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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;
{