From: Dave Love Date: Sun, 20 Aug 2000 19:06:50 +0000 (+0000) Subject: (Fread): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~2150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcd465573f1e471ec0aa7d37629b3366cfcd9916;p=emacs.git (Fread): Doc fix. --- 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\ 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; {