From: Richard M. Stallman Date: Mon, 1 Aug 1994 19:29:56 +0000 (+0000) Subject: (Fprog2): Doc fix. X-Git-Tag: emacs-19.34~7441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=877b578fc80f129bc683eafccadf4841e3e36930;p=emacs.git (Fprog2): Doc fix. --- 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.") } DEFUN ("prog2", Fprog2, Sprog2, 2, UNEVALLED, 0, - "(prog1 X Y BODY...): eval X, Y and BODY sequentially; value from Y.\n\ + "(prog2 X Y BODY...): eval X, Y and BODY sequentially; value from Y.\n\ The value of Y is saved during the evaluation of the remaining args,\n\ whose values are discarded.") (args)