From: Fabrice Bauzac Date: Tue, 16 Mar 2021 20:09:15 +0000 (+0100) Subject: Remove duplicate @table item from ELisp manual X-Git-Tag: emacs-27.2-rc1~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7f95d5244;p=emacs.git Remove duplicate @table item from ELisp manual * doc/lispref/objects.texi (Special Read Syntax): Remove duplicate item "#@N" from the table of Special Read Syntax. (Bug#47200) --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 9b443865699..99949815edd 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -148,9 +148,6 @@ starting list count: object, so when reading back the object, they will be the same object instead of copies (@pxref{Circular Objects}). -@item #@@N -Skip the next @samp{N} characters (@pxref{Comments}). - @item #xN @samp{N} represented as a hexadecimal number (@samp{#x2a}).