groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 13/46: tmac/an-ext.tmac: Initialize `mX` register.


From: G. Branden Robinson
Subject: [groff] 13/46: tmac/an-ext.tmac: Initialize `mX` register.
Date: Wed, 7 Dec 2022 04:32:31 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 7cb15c31b683ff6d73161f5e50613cfead65dc32
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * tmac/an-ext.tmac: Initialize `mX` register.
+
 2022-12-02  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]