gbranden pushed a commit to branch master
in repository groff.

commit 4551e472d4abc280ed246ccdeb0a87a15da65f01
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Nov 16 17:15:01 2025 -0600

    src/roff/troff/env.cpp: Update annotation.
---
 src/roff/troff/env.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index f8b5fc3a2..f17af6067 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -1810,8 +1810,7 @@ void set_hyphenation_mode_default()
     return;
   }
   int n;
-  if (!read_integer(&n)) {
-    // read_integer() will throw a diagnostic if necessary.
+  if (!read_integer(&n)) { // throws a diagnostic if necessary
     skip_line();
     return;
   }

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

Reply via email to