Mercurial > emacs
changeset 16978:71aff157cff2
(Feval_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Feb 1997 09:13:29 +0000 |
parents | e97bdda07a30 |
children | 8134c62c03d0 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {