[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 12/25: contrib/mm/m.tmac: Revise comments.
From: |
G. Branden Robinson |
Subject: |
[groff] 12/25: contrib/mm/m.tmac: Revise comments. |
Date: |
Tue, 29 Oct 2024 02:26:04 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 7387f716b4c9e56244f41fe783d0b97197c4c170
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Oct 26 13:23:54 2024 -0500
contrib/mm/m.tmac: Revise comments.
...in `let@print-head` macro definition.
---
contrib/mm/m.tmac | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 978c0daf5..34695cab1 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3848,31 +3848,33 @@ undefined
.sp 2
..
.\"--------------------------------------
-.\" Print the letter-head
+.\" format everything up to the body text of a letter
+.\"
+.\" let@print-head [want-indent]
.de let@print-head
.nf
.sp |11
.if '1'\\$1' .in (u;\\n[.l]/2)
-.\" ---- WA
+.\" ---- writer's (name and) address
.ie d let@wa-div .let@wa-div
.el .sp 3
-.\" ---- datum
+.\" ---- date
\\*[cov*new-date]
.sp
.if '1'\\$1' .if !d let*lo-CN .if !d let*lo-RN .sp 2
-.\" ---- Confidential
+.\" ---- confidential notation
.if d let*lo-CN \{\
. ti 0
. ie !''\\*[let*lo-CN]' \\*[let*lo-CN]
. el \\*[LetCN]
. sp
.\}
-.\" ---- Reference
+.\" ---- reference notation
.if d let*lo-RN \{\
\\*[LetRN] \\*[let*lo-RN]
. sp
.\}
-.\" ---- IA
+.\" ---- recipient's (name and) address
.sp
.in 0
.nr let*i 0 1
@@ -3881,19 +3883,19 @@ undefined
\\*[let*ia-title!\\n[let*i]]
.\}
.if d let@ia-div .let@ia-div
-.\" ---- Attention
+.\" ---- attention notation
.if d let*lo-AT \{\
. sp
\\*[LetAT] \\*[let*lo-AT]
.\}
-.\" ---- Salutation
+.\" ---- salutation
.if !'\\*[let*type]'SP' .if d let*lo-SA \{\
. sp
. ti 0
. ie !''\\*[let*lo-SA]' \\*[let*lo-SA]
. el \\*[LetSA]
.\}
-.\" ---- Subject
+.\" ---- subject notation
.if d let*lo-SJ \{\
. ie '\\*[let*type]'SP' \{\
. sp 2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 12/25: contrib/mm/m.tmac: Revise comments.,
G. Branden Robinson <=