gbranden pushed a commit to branch master
in repository groff.

commit 8a24860e11ca3901fe0497f8423c20eb0ea3077d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jun 4 07:33:44 2026 -0500

    ChangeLog: Clarify old item.
---
 ChangeLog | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 018b700ec..0ae841b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,12 +60,12 @@
        input stream cursor, and this function has already called it (to
        throw a diagnostic if the argument is omitted), so the cursor is
        already at the argument's first character.  The argument is at
-       the formatter's feet, and does not "lie ahead".  Manual
-       inspection suggests that other request handlers are already
-       careful not to call `has_arg()` except (1) upon receiving
-       control from the request-handler dispatcher (via a function
-       pointer); or (2) after calling a function that itself advances
-       the input stream cursor, like `read_identifier()`.
+       {or under} the formatter's feet, and does not "lie ahead".
+       Manual inspection suggests that other request handlers are
+       already careful not to call `has_arg()` except (1) upon
+       receiving control from the request-handler dispatcher (via a
+       function pointer); or (2) after calling a function that itself
+       advances the input stream cursor, like `read_identifier()`.
 
 2026-05-25  G. Branden Robinson <[email protected]>
 

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

Reply via email to