aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1997-12-04 04:49:06 +0000
committerKarl Heuer1997-12-04 04:49:06 +0000
commit83f0c0c72d25b4df248a8c3efac9c503efc5ab3c (patch)
treec747c02398501e28b835fb41216aad0e5061bd01 /src
parent0f69cb38947f85a6c8f894c789226dfa6e3092b2 (diff)
downloademacs-83f0c0c72d25b4df248a8c3efac9c503efc5ab3c.tar.gz
emacs-83f0c0c72d25b4df248a8c3efac9c503efc5ab3c.zip
(Feval_region): Doc correction (point does not move).
Diffstat (limited to 'src')
-rw-r--r--src/lread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c
index 3f6ca0ed272..48292c630af 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1019,8 +1019,7 @@ of the text to be executed.\n\
1019Programs can pass third argument PRINTFLAG which controls output:\n\ 1019Programs can pass third argument PRINTFLAG which controls output:\n\
1020nil means discard it; anything else is stream for printing it.\n\ 1020nil means discard it; anything else is stream for printing it.\n\
1021\n\ 1021\n\
1022If there is no error, point does not move. If there is an error,\n\ 1022This function does not move point.")
1023point remains at the end of the last character read from the buffer.")
1024 (start, end, printflag) 1023 (start, end, printflag)
1025 Lisp_Object start, end, printflag; 1024 Lisp_Object start, end, printflag;
1026{ 1025{