[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/08: ChangeLog: Drop extraneous word.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/08: ChangeLog: Drop extraneous word. |
Date: |
Tue, 17 Sep 2024 10:18:33 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 2e6a0facdd17a382fb2c7676f99c885641679b95
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 17 06:27:56 2024 -0500
ChangeLog: Drop extraneous word.
---
ChangeLog | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8d27bff93..7877932cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,10 +7,10 @@
input and the other with tokens that happen to be a sequence of
ordinary characters. (In other words, in `\X'\[em]` and
`.device \[em]`, the escape sequence "knows" that it is dealing
- with a the valid special character named "em", whereas the
- request merely handles '\', '[', 'e', 'm', and ']' in series.)
- This change is in service of the grueling march toward
- resolution of <https://savannah.gnu.org/bugs/?63074>.
+ with a valid special character named "em", whereas the request
+ merely handles '\', '[', 'e', 'm', and ']' in series.) This
+ change is in service of the grueling march toward resolution of
+ <https://savannah.gnu.org/bugs/?63074>.
* src/roff/troff/input.cpp
(map_special_character_for_device_output): New function handles
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/08: ChangeLog: Drop extraneous word.,
G. Branden Robinson <=