diff options
Diffstat (limited to 'src')
| -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) |