From dcd465573f1e471ec0aa7d37629b3366cfcd9916 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 20 Aug 2000 19:06:50 +0000 Subject: [PATCH] (Fread): Doc fix. --- src/lread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; { -- 2.39.2