# HG changeset patch # User Karl Heuer # Date 881210946 0 # Node ID 0f0a48a69b88194bf94d731a662c90356889812e # Parent faf18d58a01b00408ea569d1ec0671e88f2c754b (Feval_region): Doc correction (point does not move). diff -r faf18d58a01b -r 0f0a48a69b88 src/lread.c --- 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; {