]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread): Doc fix.
authorDave Love <fx@gnu.org>
Sun, 20 Aug 2000 19:06:50 +0000 (19:06 +0000)
committerDave Love <fx@gnu.org>
Sun, 20 Aug 2000 19:06:50 +0000 (19:06 +0000)
src/lread.c

index 7e6b6a179499bb3d07e4d4ec6e17422989dc040f..723a81a1234db13fcc789b5b3f2bf5372539be4b 100644 (file)
@@ -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;
 {