gbranden pushed a commit to branch master
in repository groff.

commit 4e4e2a4fd459bdbdfee8c0f57d9c31b6c4df19ff
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Jul 20 05:24:55 2025 -0500

    tmac/an.tmac: Trivially refactor (4/5).
    
    ...continuing a name space reform in progress since 2022.
    
    * tmac/an.tmac (an-reset-tab-stops):: Rename this...
      (an*reset-tab-stops): ...to this.
---
 ChangeLog    | 4 +++-
 tmac/an.tmac | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d65cd523c..6424d7edf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,9 @@
        (an-reset-paragraph-spacing): ...and this...
        (an*reset-paragraph-spacing): ...to this...
        (an-reset-margin-and-inset-level): ...and this...
-       (an*reset-section-parameters): ...to this.
+       (an*reset-section-parameters): ...to this...
+       (an-reset-tab-stops): ...and this...
+       (an*reset-tab-stops): ...to this.
 
 2025-07-18  G. Branden Robinson <g.branden.robin...@gmail.com>
 
diff --git a/tmac/an.tmac b/tmac/an.tmac
index a14b7bf6d..de8128af8 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -135,7 +135,7 @@
 .  hy \\n[an*hyphenation-mode]
 ..
 .
-.de an-reset-tab-stops
+.de an*reset-tab-stops
 .  ta T .5i
 ..
 .
@@ -286,7 +286,7 @@
 .  nr an-was-tbl-failure-reported 0
 .
 .  an*reset-hyphenation-mode
-.  an-reset-tab-stops
+.  an*reset-tab-stops
 .  an*reset-paragraph-spacing
 .  an*reset-section-parameters
 .
@@ -403,7 +403,7 @@
 .\" Restore tab stops to defaults.
 .de1 DT
 .  nop \\*[an-deprecation-warn]\\
-.  an-reset-tab-stops
+.  an*reset-tab-stops
 ..
 .
 .\" Restore inter-paragraph spacing to default (or set it to argument).

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to