groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/17: [man]: Define `an-abbreviate-title` with `de`.


From: G. Branden Robinson
Subject: [groff] 04/17: [man]: Define `an-abbreviate-title` with `de`.
Date: Fri, 25 Jun 2021 18:05:16 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 54874ba6fba5105de48a391ac912263dc6de859f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jun 25 08:37:56 2021 +1000

    [man]: Define `an-abbreviate-title` with `de`.
    
    * tmac/an-old.tmac (an-abbreviate-title): Define with `de`, not
      `de1`, since it is not intended for call by traps or users.
---
 ChangeLog        | 5 +++++
 tmac/an-old.tmac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 608fd44..b2e526e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-25  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/an-old.tmac (an-abbreviate-title): Define with `de`, not
+       `de1`, since it is not intended for call by traps or users.
+
 2021-06-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/groff.texi (Tab Stops): Fix erroneous claim; tab stops are
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 18c7133..5b52c9d 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -335,7 +335,7 @@
 .\" Abbreviate the page title if it's too long for the header.  Leaves
 .\" string an-pageref defined for use in .PT and .an-footer.  Also
 .\" leaves an-title-abbv for possible use by .PT and .BT re-definers.
-.de1 an-abbreviate-title
+.de an-abbreviate-title
 .  ds an-title-abbv \\*[an-title]\"
 .  ds an-title-string \\*[an-title]\"
 .  ds an-ellipsis \|.\|.\|.\|\"



reply via email to

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