projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1b351
)
Remove duplicate @table item from ELisp manual
author
Fabrice Bauzac
<noon@mykolab.com>
Tue, 16 Mar 2021 20:09:15 +0000
(21:09 +0100)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/doc/lispref/objects.texi
b/doc/lispref/objects.texi
index 9b443865699c33934f83278fff29ef177db550e0..99949815eddd2335e7f12c3d2b3ab37e1c78b436 100644
(file)
--- 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}).