mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Mention the #f syntax from cl-prin1
* doc/lispref/objects.texi (Special Read Syntax): Mention #f, which is in cl-prin1 output (bug#55853).
This commit is contained in:
parent
3fd0854378
commit
22a832ad82
1 changed files with 6 additions and 0 deletions
|
|
@ -178,6 +178,12 @@ files.
|
||||||
Skip the next @samp{N} characters (@pxref{Comments}). This is used in
|
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
|
byte-compiled files, and is not meant to be used in Emacs Lisp source
|
||||||
files.
|
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
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue