gbranden pushed a commit to branch master
in repository groff.

commit 7cb15c31b683ff6d73161f5e50613cfead65dc32
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 2 03:51:18 2022 -0600

    tmac/an-ext.tmac: Initialize `mX` register.
---
 ChangeLog        | 4 ++++
 tmac/an-ext.tmac | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 647084aaf..051e3abff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-12-02  G. Branden Robinson <[email protected]>
+
+       * tmac/an-ext.tmac: Initialize `mX` register.
+
 2022-12-02  G. Branden Robinson <[email protected]>
 
        * tmac/an-ext.tmac: Define `mC` string (constant-width typeface
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 723504b5c..533ee0176 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -68,7 +68,8 @@
 .  ds mR >\"
 .\}
 .
-.nr mS 0
+.nr mS 0 \" not in a SY/YS synopsis
+.nr mX 0 \" not in an EX/EE example
 .
 .
 .\" Declare start of command synopsis.  Sets up hanging indentation.

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to