aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorFabrice Bauzac2021-03-16 21:09:15 +0100
committerEli Zaretskii2021-03-17 14:48:27 +0200
commita7f95d5244dcb1fea067858c3ddc2bb2a22ba37a (patch)
tree434c79283263ee88655c2f6781fdd72b066a092f /doc/lispref/objects.texi
parentbe1b3512f772133ac9760f93fedabd672ba04598 (diff)
downloademacs-a7f95d5244dcb1fea067858c3ddc2bb2a22ba37a.tar.gz
emacs-a7f95d5244dcb1fea067858c3ddc2bb2a22ba37a.zip
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)
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi3
1 files changed, 0 insertions, 3 deletions
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:
148object, so when reading back the object, they will be the same object 148object, so when reading back the object, they will be the same object
149instead of copies (@pxref{Circular Objects}). 149instead of copies (@pxref{Circular Objects}).
150 150
151@item #@@N
152Skip the next @samp{N} characters (@pxref{Comments}).
153
154@item #xN 151@item #xN
155@samp{N} represented as a hexadecimal number (@samp{#x2a}). 152@samp{N} represented as a hexadecimal number (@samp{#x2a}).
156 153