]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (Fread): Make the comment wording more accurate.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2019 08:40:49 +0000 (11:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2019 08:40:49 +0000 (11:40 +0300)
src/lread.c

index b0eb29a2a1fd1125e837f433d9dc45ee150919e8..5c7bd3993d1c1976e41b21e43ac2896ccf1cf50b 100644 (file)
@@ -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: "));