diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 7e6b6a17949..723a81a1234 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1349,7 +1349,8 @@ STREAM or the value of `standard-input' may be:\n\ | |||
| 1349 | a function (call it with no arguments for each character,\n\ | 1349 | a function (call it with no arguments for each character,\n\ |
| 1350 | call it with a char as argument to push a char back)\n\ | 1350 | call it with a char as argument to push a char back)\n\ |
| 1351 | a string (takes text from string, starting at the beginning)\n\ | 1351 | a string (takes text from string, starting at the beginning)\n\ |
| 1352 | t (read text line using minibuffer and use it).") | 1352 | t (read text line using minibuffer and use it, or read from\n\ |
| 1353 | standard input in batch mode).") | ||
| 1353 | (stream) | 1354 | (stream) |
| 1354 | Lisp_Object stream; | 1355 | Lisp_Object stream; |
| 1355 | { | 1356 | { |