From cb24f4a145d52fcef858972be6a5c71b7f06eb11 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Oct 2019 22:23:56 +0300 Subject: [PATCH] ; Remove unneeded @samp from a @table * doc/lispref/objects.texi (Special Read Syntax): Remove @samp from @item's. --- doc/lispref/objects.texi | 4 ++-- 1 file 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}). @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. -- 2.39.5