aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 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\
898PRINTFLAG controls printing of output:\n\ 898PRINTFLAG controls printing of output:\n\
899nil means discard it; anything else is stream for print.\n\ 899nil means discard it; anything else is stream for print.\n\
900\n\ 900\n\
901If there is no error, point does not move. If there is an error,\n\ 901This function preserves the position of point.")
902point remains at the end of the last character read from the buffer.")
903 (buffer, printflag) 902 (buffer, printflag)
904 Lisp_Object buffer, printflag; 903 Lisp_Object buffer, printflag;
905{ 904{