aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-08-20 19:06:50 +0000
committerDave Love <[email protected]>2000-08-20 19:06:50 +0000
commitdcd465573f1e471ec0aa7d37629b3366cfcd9916 (patch)
treeb868d657ec3659b506db1e79c03a3136bca3eb61
parentdc96827f1213c33a44c85b443f8a4634d1fd64ff (diff)
(Fread): Doc fix.
-rw-r--r--src/lread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 7e6b6a1794..723a81a123 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1349,7 +1349,8 @@ STREAM or the value of `standard-input' may be:\n\
a function (call it with no arguments for each character,\n\
call it with a char as argument to push a char back)\n\
a string (takes text from string, starting at the beginning)\n\
- t (read text line using minibuffer and use it).")
+ t (read text line using minibuffer and use it, or read from\n\
+ standard input in batch mode).")
(stream)
Lisp_Object stream;
{