groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/03: [ms]: Fix misleading NH macro indentation.


From: Keith Marshall
Subject: [groff] 01/03: [ms]: Fix misleading NH macro indentation.
Date: Sun, 24 Oct 2021 16:59:43 -0400 (EDT)

keithmarshall pushed a commit to branch master
in repository groff.

commit f383d977f1b2d9ed518a9a2bb49e05faeb7bea2b
Author: Keith Marshall <keith.d.marshall@ntlworld.com>
AuthorDate: Sun Oct 24 21:25:38 2021 +0100

    [ms]: Fix misleading NH macro indentation.
    
    * tmac/s.tmac (@NH) [.T is html]: .if statement should exhibit same
    indentation as preceding .DEVTAG-NH statement, but is overindented;
    fix it.
---
 ChangeLog   | 8 ++++++++
 tmac/s.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0de438e..3d3ef44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-10-24  Keith Marshall  <keith.d.marshall@ntlworld.com>
+
+       [ms]: Fix misleading NH macro indentation.
+
+       * tmac/s.tmac (@NH) [.T is html]: .if statement should exhibit same
+       indentation as preceding .DEVTAG-NH statement, but is overindented;
+       fix it.
+
 2021-10-23  Keith Marshall  <keith.d.marshall@ntlworld.com>
 
        [ms]: Defend against uncontrolled page trap recursion.
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 735e50e..ebc5817 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1701,7 +1701,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .nr sh*psincr (\\n[GROWPS]-\\n[nh*hl])*\\n[PSINCR]
 .SH-NO-TAG
 .DEVTAG-NH "\\$1"
-.  if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1
+.if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1
 \\*[SN-STYLE]
 ..
 .\" ****************************



reply via email to

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