# HG changeset patch # User Dave Love # Date 966798410 0 # Node ID ac46a0e782f119f1d8c3a8d2b03d211a2de25a20 # Parent 9d25b399dd59a9dd230b573739d593b29a97aeec (Fread): Doc fix. diff -r 9d25b399dd59 -r ac46a0e782f1 src/lread.c --- 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; {