mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
(Fread): Doc fix.
This commit is contained in:
parent
dc96827f12
commit
dcd465573f
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue