From: Eli Zaretskii Date: Sat, 12 Oct 2019 19:23:56 +0000 (+0300) Subject: ; Remove unneeded @samp from a @table X-Git-Tag: emacs-27.0.90~1127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb24f4a145d52fcef858972be6a5c71b7f06eb11;p=emacs.git ; Remove unneeded @samp from a @table * doc/lispref/objects.texi (Special Read Syntax): Remove @samp from @item's. --- 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}). @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.