diff options
| author | Dave Love | 2000-08-20 19:06:50 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-20 19:06:50 +0000 |
| commit | dcd465573f1e471ec0aa7d37629b3366cfcd9916 (patch) | |
| tree | b868d657ec3659b506db1e79c03a3136bca3eb61 /src | |
| parent | dc96827f1213c33a44c85b443f8a4634d1fd64ff (diff) | |
| download | emacs-dcd465573f1e471ec0aa7d37629b3366cfcd9916.tar.gz emacs-dcd465573f1e471ec0aa7d37629b3366cfcd9916.zip | |
(Fread): Doc fix.
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 | { |