From: Richard M. Stallman Date: Thu, 6 Feb 1997 09:13:29 +0000 (+0000) Subject: (Feval_buffer): Doc fix. X-Git-Tag: emacs-20.1~2967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d331bcad5bd894b63e0934c76eb0a9c38fe071f3;p=emacs.git (Feval_buffer): Doc fix. --- diff --git a/src/lread.c b/src/lread.c index 4441b022dcc..322cb1e1c8d 100644 --- a/src/lread.c +++ b/src/lread.c @@ -898,8 +898,7 @@ BUFFER is the buffer to evaluate (nil means use current buffer).\n\ 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; {