diff options
| author | Richard M. Stallman | 1997-02-06 09:13:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-02-06 09:13:29 +0000 |
| commit | d331bcad5bd894b63e0934c76eb0a9c38fe071f3 (patch) | |
| tree | 8aa0c9e2a16397be012d8194081557e679369d18 /src/lread.c | |
| parent | 094e8ee4ac55b3da65f56d300b0421c75dd2452a (diff) | |
| download | emacs-d331bcad5bd894b63e0934c76eb0a9c38fe071f3.tar.gz emacs-d331bcad5bd894b63e0934c76eb0a9c38fe071f3.zip | |
(Feval_buffer): Doc fix.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
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\ | |||
| 898 | PRINTFLAG controls printing of output:\n\ | 898 | PRINTFLAG controls printing of output:\n\ |
| 899 | nil means discard it; anything else is stream for print.\n\ | 899 | nil means discard it; anything else is stream for print.\n\ |
| 900 | \n\ | 900 | \n\ |
| 901 | If there is no error, point does not move. If there is an error,\n\ | 901 | This function preserves the position of point.") |
| 902 | point 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 | { |