gbranden pushed a commit to branch master
in repository groff.

commit 3607c65e638015eef272c1cde595b1d33a8b63de
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 13 16:50:08 2025 -0600

    doc/ms.ms.in: Call `CW` more carefully.
    
    We want the macro to interpolate `\c` at the end of the interpolation it
    constructs, not in the middle.
---
 doc/ms.ms.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ms.ms.in b/doc/ms.ms.in
index 566c16773..0a1ceeab6 100644
--- a/doc/ms.ms.in
+++ b/doc/ms.ms.in
@@ -1741,7 +1741,7 @@ If you want
 to contain space,
 use unbreakable space or horizontal motion escape sequences
 .CW \[rs]\[ti] , (
-.CW \[rs]\c
+.CW \[rs] \c
 .I space ,
 .CW \[rs]\[ha] ,
 .CW \[rs]| ,

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

Reply via email to