aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorRichard M. Stallman1997-02-06 09:13:29 +0000
committerRichard M. Stallman1997-02-06 09:13:29 +0000
commitd331bcad5bd894b63e0934c76eb0a9c38fe071f3 (patch)
tree8aa0c9e2a16397be012d8194081557e679369d18 /src/lread.c
parent094e8ee4ac55b3da65f56d300b0421c75dd2452a (diff)
downloademacs-d331bcad5bd894b63e0934c76eb0a9c38fe071f3.tar.gz
emacs-d331bcad5bd894b63e0934c76eb0a9c38fe071f3.zip
(Feval_buffer): Doc fix.
Diffstat (limited to 'src/lread.c')
-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{