gbranden pushed a commit to branch master
in repository groff.

commit c20e0ce5e9e8288dbfd5a2566455343dd29e2c18
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 29 10:16:51 2024 -0500

    contrib/mm/m.tmac: Fix corrupted error message.
    
    * contrib/mm/m.tmac (DE): Fix corrupted error message.  Problem
      introduced by me in commit 97a1e260b3, 22 June.
---
 contrib/mm/ChangeLog | 5 +++++
 contrib/mm/m.tmac    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 7cf401c56..62b15e6b1 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-29  G. Branden Robinson <[email protected]>
+
+       * m.tmac (DE): Fix corrupted error message.  Problem introduced
+       by me in commit 97a1e260b3, 22 June.
+
 2024-06-29  G. Branden Robinson <[email protected]>
 
        * m.tmac ([initialization]): Fix regression in initialization of
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index aa7312188..1e4848ead 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -1947,7 +1947,7 @@ breaking page
 .de DF
 .if \\n[df*float] \{\
 .      ds df*msg \\$0: cannot nest floating displays; \"
-.      as df@msg use DS within DF/DE\"
+.      as df*msg use DS within DF/DE\"
 .      @error \\*[df*msg]
 .\}
 .ds ds@macro \\$0

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

Reply via email to