gbranden pushed a commit to branch master
in repository groff.

commit b91613f9d00a1975c9a2fa6b03a969efdfc12706
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Oct 29 05:08:54 2025 -0500

    tmac/doc.tmac: Fix misleading indentation.
---
 tmac/doc.tmac | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index ebd6af153..47064f9c6 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -388,10 +388,11 @@
 .  \" handle '|' and '...' specially
 .  ie        "\$1"|" \
 .    ds doc-arg\n[doc-arg-count] \f[R]|\f[]
-.  el \{ .ie "\$1"..." \
-.    ds doc-arg\n[doc-arg-count] \f[R]\|.\|.\|.\f[]
-.  el \
-.    ds doc-arg\n[doc-arg-count] "\$1
+.  el \{\
+.    ie "\$1"..." \
+.      ds doc-arg\n[doc-arg-count] \f[R]\|.\|.\|.\f[]
+.    el \
+.      ds doc-arg\n[doc-arg-count] "\$1
 .  \}
 .
 .  \" get argument type and set spacing

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

Reply via email to