]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the #f syntax from cl-prin1
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 9 Jun 2022 13:22:11 +0000 (15:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 9 Jun 2022 13:22:21 +0000 (15:22 +0200)
* doc/lispref/objects.texi (Special Read Syntax): Mention #f,
which is in cl-prin1 output (bug#55853).

doc/lispref/objects.texi

index b8e2dc5ab959fc0427bdce981e8372b7b88eaf20..a715b45a6c25da78e444cd6a6ee3af04afda38cf 100644 (file)
@@ -178,6 +178,12 @@ files.
 Skip the next @samp{N} characters (@pxref{Comments}).  This is used in
 byte-compiled files, and is not meant to be used in Emacs Lisp source
 files.
+
+@item #f
+Indicates that the following form isn't readable by the Emacs Lisp
+reader.  This is only in text for display purposes (when that would
+look prettier than alternative ways of indicating an unreadable form)
+and will never appear in any Lisp file.
 @end table