1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

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)
This commit is contained in:
Fabrice Bauzac 2021-03-16 21:09:15 +01:00 committed by Eli Zaretskii
parent be1b3512f7
commit a7f95d5244

View File

@ -148,9 +148,6 @@ starting list count:
object, so when reading back the object, they will be the same object object, so when reading back the object, they will be the same object
instead of copies (@pxref{Circular Objects}). instead of copies (@pxref{Circular Objects}).
@item #@@N
Skip the next @samp{N} characters (@pxref{Comments}).
@item #xN @item #xN
@samp{N} represented as a hexadecimal number (@samp{#x2a}). @samp{N} represented as a hexadecimal number (@samp{#x2a}).