Mercurial > emacs
diff src/eval.c @ 8412:131d3e43ea85
(Fprog2): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 01 Aug 1994 19:29:56 +0000 |
| parents | bc6406a90796 |
| children | 80ac0db9a77a |
line wrap: on
line diff
--- a/src/eval.c Mon Aug 01 18:59:09 1994 +0000 +++ b/src/eval.c Mon Aug 01 19:29:56 1994 +0000 @@ -378,7 +378,7 @@ } 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)
