aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/objects.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 7de632e102b..e06cddc9def 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -167,6 +167,16 @@ A hash table (@pxref{Hash Table Type}).
167 167
168@item ?C 168@item ?C
169A character (@pxref{Basic Char Syntax}). 169A character (@pxref{Basic Char Syntax}).
170
171@item @samp{#$}
172The current file name in byte-compiled files (@pxref{Docs and
173Compilation}). This is not meant to be used in Emacs Lisp source
174files.
175
176@item @samp{#@@N}
177Skip the next @samp{N} characters (@pxref{Comments}). This is used in
178byte-compiled files, and is not meant to be used in Emacs Lisp source
179files.
170@end table 180@end table
171 181
172 182