]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove unneeded @samp from a @table
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2019 19:23:56 +0000 (22:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2019 19:23:56 +0000 (22:23 +0300)
* doc/lispref/objects.texi (Special Read Syntax): Remove @samp
from @item's.

doc/lispref/objects.texi

index e06cddc9defab3b158b27a21b46cdbca302c3487..e07dc2ed069217154f1581d40c0822093a4923f2 100644 (file)
@@ -168,12 +168,12 @@ A hash table (@pxref{Hash Table Type}).
 @item ?C
 A character (@pxref{Basic Char Syntax}).
 
-@item @samp{#$}
+@item #$
 The current file name in byte-compiled files (@pxref{Docs and
 Compilation}).  This is not meant to be used in Emacs Lisp source
 files.
 
-@item @samp{#@@N}
+@item #@@N
 Skip the next @samp{N} characters (@pxref{Comments}).  This is used in
 byte-compiled files, and is not meant to be used in Emacs Lisp source
 files.