gbranden pushed a commit to branch master
in repository groff.

commit f886a421a85bec56d3a5972b609b8530d53c3e1d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Sep 15 10:39:19 2022 -0500

    tmac/doc.tmac (Lk): Update comments.
---
 tmac/doc.tmac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 4cc403827..fbce6bff2 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -6737,7 +6737,7 @@
 .    nr doc-lasttext-Lk -1
 .  \}
 .
-.  \" Print the link text, if any.
+.  \" Format the link text, if any.
 .  nr doc-curr-font \n[.f]
 .  if (\n[doc-arg-ptr] <= \n[doc-lasttext-Lk]) \{\
 .    nop \*[doc-Em-font]\c
@@ -6750,11 +6750,12 @@
 .    nr doc-arg-ptr +1
 .  \}
 .
-.  \" Print the link target.
+.  \" Format the link target.
 .  nop \*[doc-Sy-font]\*[doc-target-Lk]\c
 .  nop \f[\n[doc-curr-font]]\c
 .
-.  \" Print the delimiters, if any.
+.  \" Format trailing arguments, like punctuation, if any.
+.  \" XXX: This loses track of end-of-sentence state.
 .  while (\n[doc-arg-ptr] <= \n[doc-arg-limit]) \{\
 .    nop \&\*[doc-arg\n[doc-arg-ptr]]\c
 .    nr doc-arg-ptr +1

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

Reply via email to