diff options
Diffstat (limited to 'src')
| -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 | { |