; * src/lread.c (Fread): Make the comment wording more accurate.
This commit is contained in:
parent
d176090fc2
commit
21351ccc00
1 changed files with 4 additions and 1 deletions
|
@ -2172,7 +2172,10 @@ STREAM or the value of `standard-input' may be:
|
|||
if (EQ (stream, Qt))
|
||||
stream = Qread_char;
|
||||
if (EQ (stream, Qread_char))
|
||||
/* FIXME: ?! When is this used !? */
|
||||
/* FIXME: ?! This is used when the reader is called from the
|
||||
minibuffer without a stream, as in (read). But is this feature
|
||||
ever used, and if so, why? IOW, will anything break if this
|
||||
feature is removed !? */
|
||||
return call1 (intern ("read-minibuffer"),
|
||||
build_string ("Lisp expression: "));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue