aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-01 19:29:56 +0000
committerRichard M. Stallman1994-08-01 19:29:56 +0000
commit877b578fc80f129bc683eafccadf4841e3e36930 (patch)
tree5e91d7c6cea4a9a920c0c881c2d5155b56437923 /src/eval.c
parent19e3bf0abc185b1a646216e68f04a57c2b1ea420 (diff)
downloademacs-877b578fc80f129bc683eafccadf4841e3e36930.tar.gz
emacs-877b578fc80f129bc683eafccadf4841e3e36930.zip
(Fprog2): Doc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 6e2cbaa651b..40102788b8a 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -378,7 +378,7 @@ whose values are discarded.")
378} 378}
379 379
380DEFUN ("prog2", Fprog2, Sprog2, 2, UNEVALLED, 0, 380DEFUN ("prog2", Fprog2, Sprog2, 2, UNEVALLED, 0,
381 "(prog1 X Y BODY...): eval X, Y and BODY sequentially; value from Y.\n\ 381 "(prog2 X Y BODY...): eval X, Y and BODY sequentially; value from Y.\n\
382The value of Y is saved during the evaluation of the remaining args,\n\ 382The value of Y is saved during the evaluation of the remaining args,\n\
383whose values are discarded.") 383whose values are discarded.")
384 (args) 384 (args)