gbranden pushed a commit to branch master
in repository groff.

commit e8ae5bb844f8f54456b65e40fb849fd4f08eb85f
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Wed Feb 26 03:57:52 2025 -0600

    [man]: Trivially refactor.
    
    * tmac/an.tmac: Trivially refactor to align with terminology used in
      groff_man(7).
    
      (an*abbreviate-page-topic): Rename this...
      (an*abbreviate-page-identifier): ...to this.
    
      (TH): Update call site.
---
 ChangeLog    | 8 ++++++++
 tmac/an.tmac | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6e1dc1271..9accfe587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2025-02-26  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * tmac/an.tmac: Trivially refactor to align with terminology
+       used in groff_man(7).
+       (an*abbreviate-page-topic): Rename this...
+       (an*abbreviate-page-identifier): ...to this.
+       (TH): Update call site.
+
 2025-02-26  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        [eqn,pic,preconv,refer,soelim,tbl]: Use `lf` requests _even
diff --git a/tmac/an.tmac b/tmac/an.tmac
index 80f60aa21..d32f41422 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -363,7 +363,7 @@
 .  ps \\n[PS]u
 .  vs \\n[VS]u
 .  lt \\n[LT]u
-.  an*abbreviate-page-topic
+.  an*abbreviate-page-identifier
 .  \" If AT or UC is called, we will need to abbreviate again.
 .  an*abbreviate-inner-footer
 .  ev
@@ -475,11 +475,11 @@
 .    tl '\\*[an*ifoot]'\\*[an-extra1]'\\*[an*ofoot]'
 ..
 .
-.\" Abbreviate the page topic if it's too long for the header.  Leaves
+.\" Abbreviate page identifier if it's too long for the header.  Leaves
 .\" string an-pageref defined for use in .PT and .an-footer.  Also
 .\" leaves an*ident-abbv for possible use by .PT and .BT re-definers.
 .\" Call this only from within the header/footer environment.
-.de an*abbreviate-page-topic
+.de an*abbreviate-page-identifier
 .  ds an*ident-abbv \\*[an*ident]\" might not get abbreviated at all
 .  ds an*ident-string \\*[an*ident]\"
 .  ds an-ellipsis \|.\|.\|.\|\"

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

Reply via email to