# HG changeset patch # User Richard M. Stallman # Date 855220409 0 # Node ID 71aff157cff244c9c7df37f9a4ef5e55c2c6d701 # Parent e97bdda07a3007da4da2cb96c5d4474a45a74126 (Feval_buffer): Doc fix. diff -r e97bdda07a30 -r 71aff157cff2 src/lread.c --- a/src/lread.c Wed Feb 05 01:33:07 1997 +0000 +++ b/src/lread.c Thu Feb 06 09:13:29 1997 +0000 @@ -898,8 +898,7 @@ PRINTFLAG controls printing of output:\n\ nil means discard it; anything else is stream for print.\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 preserves the position of point.") (buffer, printflag) Lisp_Object buffer, printflag; {