Mercurial > emacs
changeset 8412:131d3e43ea85
(Fprog2): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 01 Aug 1994 19:29:56 +0000 |
parents | 9a68cba600fc |
children | aa772e9e5f86 |
files | src/eval.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)