# HG changeset patch # User Richard M. Stallman # Date 775769396 0 # Node ID 131d3e43ea85c1e4178be26d729acd0ec07e1613 # Parent 9a68cba600fcf20e5be35f431ce7c38ccecd13e0 (Fprog2): Doc fix. diff -r 9a68cba600fc -r 131d3e43ea85 src/eval.c --- 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)