aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-10-12 22:23:56 +0300
committerEli Zaretskii2019-10-12 22:23:56 +0300
commitcb24f4a145d52fcef858972be6a5c71b7f06eb11 (patch)
tree11af847ca65ef1a96c3b890bb8e28903c6255dce
parente0a2dae0dbb5dcf22ff8153344d141c7bc82d17a (diff)
downloademacs-cb24f4a145d52fcef858972be6a5c71b7f06eb11.tar.gz
emacs-cb24f4a145d52fcef858972be6a5c71b7f06eb11.zip
; Remove unneeded @samp from a @table
* doc/lispref/objects.texi (Special Read Syntax): Remove @samp from @item's.
-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.