aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/objects.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 07caaa2a07a..1bae1924557 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -178,6 +178,12 @@ files.
178Skip the next @samp{N} characters (@pxref{Comments}). This is used in 178Skip the next @samp{N} characters (@pxref{Comments}). This is used in
179byte-compiled files, and is not meant to be used in Emacs Lisp source 179byte-compiled files, and is not meant to be used in Emacs Lisp source
180files. 180files.
181
182@item #f
183Indicates that the following form isn't readable by the Emacs Lisp
184reader. This is only in text for display purposes (when that would
185look prettier than alternative ways of indicating an unreadable form)
186and will never appear in any Lisp file.
181@end table 187@end table
182 188
183 189