gbranden pushed a commit to branch master
in repository groff.

commit 2333ee58edf911851c0eadc6ecab40b195f36cdb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 11 14:38:38 2025 -0500

    tmac/s.tmac: Reform terminology in comments.
    
    * Say "type size" instead of "point size".
    * Say "heading" when referring to an element of body text; cf. a
      "header" which is typeset at the page top outside of the text area.
---
 tmac/s.tmac | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tmac/s.tmac b/tmac/s.tmac
index 80ac26fb2..46ac2b831 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1459,7 +1459,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .nr \\n[.ev]:li +1n
 .nr \\n[.ev]:ri +1n
 .nr par*box-in \\n[.in]
-.\" remember what 1n is, just in case the point size changes
+.\" remember what 1n is, just in case the type size changes
 .nr par*box-n 1n
 .in +1n
 .ll -1n
@@ -1525,11 +1525,11 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .el \!.par*box-draw \\$1 \\$2
 ..
 .\" \n[HORPHANS] sets how many lines of the following paragraph must be
-.\" kept together, with a preceding section header.  Initialise it,
+.\" kept together, with a preceding section heading.  Initialise it,
 .\" to reproduce original behaviour; user may change it.
 .if !rHORPHANS .nr HORPHANS 1
 .
-.\" \n[GROWPS] and \n[PSINCR] cause auto-increment of header point size.
+.\" \n[GROWPS] and \n[PSINCR] cause auto-increment of heading type size.
 .\" Initialise them, so they have no effect, unless explicitly set by
 .\" the user.
 .if !rGROWPS .nr GROWPS 0
@@ -1545,7 +1545,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .ie \\n(VS<1000 .par*vs \\n(VSp+\\n[sh*psincr]u
 .el .par*vs \\n(VSp/1000u+\\n[sh*psincr]u
 .ne 2v+\\n[sh*minvs]u+\\n[\\n[.ev]:PD]u+\\n(.Vu
-.\" Adjust point size for heading text, as specified by \n[GROWPS] and
+.\" Adjust type size for heading text, as specified by \n[GROWPS] and
 .\" \n[PSINCR].
 .ie \\n(PS<1000 .ps \\n(PS+\\n[sh*psincr]u
 .el .ps \\n(PSz/1000u+\\n[sh*psincr]u
@@ -1553,9 +1553,9 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .ft B
 ..
 .de @SH
-.\" Standard ms implementation does not expect an argument,
-.\" but allow ".SH n" to make heading point size match ".NH n",
-.\" for same "n", when \n[GROWPS] and \n[PSINCR] are set.
+.\" AT&T ms implementation does not expect an argument, but groff ms
+.\" allows ".SH n" to make a heading's type size match ".NH n", for same
+.\" "n", when \n[GROWPS] and \n[PSINCR] are set.
 .  nr sh*psincr 0
 .  if 0\\$1>0 .nr sh*psincr (\\n[GROWPS]-0\\$1)*\\n[PSINCR]
 .  SH-NO-TAG

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

Reply via email to