Basil L. Contovounesios wrote: > (info "(gnulib) Compile-time Assertions") currently includes: > > #define MAX_UNSIGNED_VAL(t) \ > ((T) verify_expr (0 < (T) -1, -1)) > > where the parameter and its uses disagree on letter case. > > I attach a fix which also divides the broader @example into @groups.
Thanks. Applied, with a modified ChangeLog: 2025-12-04 Basil L. Contovounesios <[email protected]> doc: Tweak verify.h example. * doc/verify.texi (Compile-time Assertions): Fix typo and prevent page breaks in example. because I did not know about the @group command. In other words, when the the purpose of a change is not visible from the change itself (possibly because it would be inappropriate to add comments, or because it is a deletion), it's good to state the purpose of the change in the ChangeLog entry. Bruno
