gbranden pushed a commit to branch master
in repository groff.
commit c221aad30f47d921102a030e722e0441917f54c2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Aug 8 20:26:22 2021 +1000
[me]: Fix warning in `1c` macro implementation.
* tmac/e.tmac (1c): Place comment escape sequence immediately after
macro argument. (When redefining a request, one needs to remember
that request arguments are not parsed exactly as macro arguments are.)
Quiets "-w tab" warning.
---
ChangeLog | 7 +++++++
tmac/e.tmac | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 14e0823..71fea2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-08-08 G. Branden Robinson <[email protected]>
+ * tmac/e.tmac (1c): Place comment escape sequence immediately
+ after macro argument. (When redefining a request, one needs to
+ remember that request arguments are not parsed exactly as macro
+ arguments are.) Quiets "-w tab" warning.
+
+2021-08-08 G. Branden Robinson <[email protected]>
+
[me]: Fix misleading documentation claim; gremlin(1) pictures
cannot be included directly; they must be preprocessed with
grn(1).
diff --git a/tmac/e.tmac b/tmac/e.tmac
index f204cf6..bba5db2 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -936,7 +936,7 @@
.br
.nr $c 1
.nr $m 1
-.ll \\n(_Lu \" return to normal output
+.ll \\n(_Lu\" return to normal output
.sp |\\n(.hu
.@O \\n(_ou
..
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit