aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/objects.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index e06cddc9def..e07dc2ed069 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -168,12 +168,12 @@ A hash table (@pxref{Hash Table Type}).
168@item ?C 168@item ?C
169A character (@pxref{Basic Char Syntax}). 169A character (@pxref{Basic Char Syntax}).
170 170
171@item @samp{#$} 171@item #$
172The current file name in byte-compiled files (@pxref{Docs and 172The current file name in byte-compiled files (@pxref{Docs and
173Compilation}). This is not meant to be used in Emacs Lisp source 173Compilation}). This is not meant to be used in Emacs Lisp source
174files. 174files.
175 175
176@item @samp{#@@N} 176@item #@@N
177Skip the next @samp{N} characters (@pxref{Comments}). This is used in 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 178byte-compiled files, and is not meant to be used in Emacs Lisp source
179files. 179files.