diff options
| author | Richard M. Stallman | 1994-08-01 19:29:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-01 19:29:56 +0000 |
| commit | 877b578fc80f129bc683eafccadf4841e3e36930 (patch) | |
| tree | 5e91d7c6cea4a9a920c0c881c2d5155b56437923 /src/eval.c | |
| parent | 19e3bf0abc185b1a646216e68f04a57c2b1ea420 (diff) | |
| download | emacs-877b578fc80f129bc683eafccadf4841e3e36930.tar.gz emacs-877b578fc80f129bc683eafccadf4841e3e36930.zip | |
(Fprog2): Doc fix.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
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 | ||
| 380 | DEFUN ("prog2", Fprog2, Sprog2, 2, UNEVALLED, 0, | 380 | DEFUN ("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\ |
| 382 | The value of Y is saved during the evaluation of the remaining args,\n\ | 382 | The value of Y is saved during the evaluation of the remaining args,\n\ |
| 383 | whose values are discarded.") | 383 | whose values are discarded.") |
| 384 | (args) | 384 | (args) |