gbranden pushed a commit to branch master
in repository groff.
commit 118cc278798181aa4acd309c516fac16fb56ad44
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Aug 7 00:29:33 2024 -0500
[troff]: Tweak `fspecial` diagnostic message text.
* src/roff/troff/node.cpp (set_font_specific_special_fonts): Adjust
diagnostic message for clarity (and relative brevity).
---
ChangeLog | 5 +++++
src/roff/troff/node.cpp | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f01ac8048..349e9b318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-07 G. Branden Robinson <[email protected]>
+
+ * src/roff/troff/node.cpp (set_font_specific_special_fonts):
+ Adjust diagnostic message for clarity (and relative brevity).
+
2024-08-07 G. Branden Robinson <[email protected]>
* tmac/{en,it}.tmac: Load "latin1.tmac".
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index 2c6cbbec7..f99689a32 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6432,8 +6432,8 @@ static void read_special_fonts(special_font_list **sp)
static void set_font_specific_special_fonts()
{
if (!has_arg()) {
- warning(WARN_MISSING, "font-specific special font configuration"
- " request expects at least one argument");
+ warning(WARN_MISSING, "font-specific special font selection request"
+ " expects at least one argument");
skip_line();
return;
}
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit