gbranden pushed a commit to branch master
in repository groff.

commit ecb07640ac949cad9c876709ea2f63972a3547c3
Author: Dave Kemper <[email protected]>
AuthorDate: Sun Aug 20 15:48:31 2023 +0000

    tmac/pic.tmac: Tweak `PY` definition.
    
    * tmac/pic.tmac (PY): Call `PF` rather than duplicating its (three bytes
      of) code.  This is almost too trivial to DRY, but (1) the new form is
      a cue to the human reader that .PY is meant to be an alias of .PF; and
      (2) .PE was already defined as a variant of .PF with an explicit call
      to it, so this makes the .PY definition conform to that precedent.
---
 ChangeLog     | 9 +++++++++
 tmac/pic.tmac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e1cc60ce8..d43de1913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-08-22  Dave Kemper <[email protected]>
+
+       * tmac/pic.tmac (PY): Call `PF` rather than duplicating its
+       {three bytes of} code.  This is almost too trivial to DRY, but
+       {1} the new form is a cue to the human reader that .PY is meant
+       to be an alias of .PF; and {2} .PE was already defined as a
+       variant of .PF with an explicit call to it, so this makes the
+       .PY definition conform to that precedent.
+
 2023-08-22  G. Branden Robinson <[email protected]>
 
        * tmac/an.tmac: Stop setting `an*can-hyperlink` if formatting
diff --git a/tmac/pic.tmac b/tmac/pic.tmac
index d4aaaa479..b9b09b0d2 100644
--- a/tmac/pic.tmac
+++ b/tmac/pic.tmac
@@ -14,7 +14,7 @@
 .sp .3v+.5m
 ..
 .de PY
-.in
+.PF
 ..
 .
 .\" Local Variables:

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to