diff options
| -rw-r--r-- | doc/lispref/objects.texi | 6 |
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. | |||
| 178 | Skip the next @samp{N} characters (@pxref{Comments}). This is used in | 178 | Skip the next @samp{N} characters (@pxref{Comments}). This is used in |
| 179 | byte-compiled files, and is not meant to be used in Emacs Lisp source | 179 | byte-compiled files, and is not meant to be used in Emacs Lisp source |
| 180 | files. | 180 | files. |
| 181 | |||
| 182 | @item #f | ||
| 183 | Indicates that the following form isn't readable by the Emacs Lisp | ||
| 184 | reader. This is only in text for display purposes (when that would | ||
| 185 | look prettier than alternative ways of indicating an unreadable form) | ||
| 186 | and will never appear in any Lisp file. | ||
| 181 | @end table | 187 | @end table |
| 182 | 188 | ||
| 183 | 189 | ||