1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

(Feval_region): Doc correction (point does not move).

This commit is contained in:
Karl Heuer 1997-12-04 04:49:06 +00:00
parent 0f69cb3894
commit 83f0c0c72d

View File

@ -1019,8 +1019,7 @@ of the text to be executed.\n\
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;
{