diff src/lread.c @ 20406:0f0a48a69b88

(Feval_region): Doc correction (point does not move).
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Dec 1997 04:49:06 +0000
parents b7d23d2eded1
children e9733cb049d9
line wrap: on
line diff
--- a/src/lread.c	Thu Dec 04 04:47:41 1997 +0000
+++ b/src/lread.c	Thu Dec 04 04:49:06 1997 +0000
@@ -1019,8 +1019,7 @@
 Programs can pass third argument PRINTFLAG which controls output:\n\
 nil means discard it; anything else is stream for printing it.\n\
 \n\
-If there is no error, point does not move.  If there is an error,\n\
-point remains at the end of the last character read from the buffer.")
+This function does not move point.")
   (start, end, printflag)
      Lisp_Object start, end, printflag;
 {