Mercurial > emacs
changeset 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 | faf18d58a01b |
children | ac6d8d01e311 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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; {