changeset 30985:ac46a0e782f1

(Fread): Doc fix.
author Dave Love <fx@gnu.org>
date Sun, 20 Aug 2000 19:06:50 +0000
parents 9d25b399dd59
children ab681757a44b
files src/lread.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Sun Aug 20 18:58:55 2000 +0000
+++ b/src/lread.c	Sun Aug 20 19:06:50 2000 +0000
@@ -1349,7 +1349,8 @@
  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;
 {