* bug#47200: [PATCH] Special Read Syntax: remove duplicate item
@ 2021-03-16 20:40 Fabrice Bauzac-Stehly
2021-03-17 12:51 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Bauzac-Stehly @ 2021-03-16 20:40 UTC (permalink / raw)
To: 47200
[-- Attachment #1: Type: text/plain, Size: 450 bytes --]
Package: emacs
Hello,
I have spotted a duplicate table item in the elisp manual:
2.2 Special Read Syntax
=======================
...
‘#@N’
Skip the next ‘N’ characters (*note Comments::).
...
‘#@N’
Skip the next ‘N’ characters (*note Comments::). This is used in
byte-compiled files, and is not meant to be used in Emacs Lisp
source files.
The attached patch removes the first occurrence.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Special-Read-Syntax-remove-duplicate-item.patch --]
[-- Type: text/x-diff, Size: 854 bytes --]
From 2ce6fbcc140f4ffc8a1cc7270add04c5162c8c7e Mon Sep 17 00:00:00 2001
From: Fabrice Bauzac <noon@mykolab.com>
Date: Tue, 16 Mar 2021 21:09:15 +0100
Subject: [PATCH] Special Read Syntax: remove duplicate item
* doc/lispref/objects.texi: remove duplicate item "#@N" from the table
of Special Read Syntax.
---
doc/lispref/objects.texi | 3 ---
1 file changed, 3 deletions(-)
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 64e7d53d93..0d0caebd1f 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -148,9 +148,6 @@ Special Read Syntax
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}).
--
2.30.2
[-- Attachment #3: Type: text/plain, Size: 121 bytes --]
--
Fabrice Bauzac-Stehly
PGP 01EEACF8244E9C14B551C5256ADA5F189BD322B6
old PGP 015AE9B25DCB0511D200A75DE5674DEA514C891D
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47200: [PATCH] Special Read Syntax: remove duplicate item
2021-03-16 20:40 bug#47200: [PATCH] Special Read Syntax: remove duplicate item Fabrice Bauzac-Stehly
@ 2021-03-17 12:51 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-03-17 12:51 UTC (permalink / raw)
To: Fabrice Bauzac-Stehly; +Cc: 47200-done
> From: Fabrice Bauzac-Stehly <noon@mykolab.com>
> Date: Tue, 16 Mar 2021 21:40:03 +0100
>
> I have spotted a duplicate table item in the elisp manual:
>
> 2.2 Special Read Syntax
> =======================
> ...
> ‘#@N’
> Skip the next ‘N’ characters (*note Comments::).
> ...
> ‘#@N’
> Skip the next ‘N’ characters (*note Comments::). This is used in
> byte-compiled files, and is not meant to be used in Emacs Lisp
> source files.
>
> The attached patch removes the first occurrence.
Thanks, I installed this on the emacs-27 branch, with some minor
fixups of the commit log message. Please look at the log message I
pushed and try following our style in the future (you will find
details about the style in CONTRIBUTE).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-17 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 20:40 bug#47200: [PATCH] Special Read Syntax: remove duplicate item Fabrice Bauzac-Stehly
2021-03-17 12:51 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.