]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate @table item from ELisp manual
authorFabrice Bauzac <noon@mykolab.com>
Tue, 16 Mar 2021 20:09:15 +0000 (21:09 +0100)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Mar 2021 12:48:27 +0000 (14:48 +0200)
* doc/lispref/objects.texi (Special Read Syntax): Remove duplicate
item "#@N" from the table of Special Read Syntax.  (Bug#47200)

doc/lispref/objects.texi

index 9b443865699c33934f83278fff29ef177db550e0..99949815eddd2335e7f12c3d2b3ab37e1c78b436 100644 (file)
@@ -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}).