gbranden pushed a commit to branch master
in repository groff.

commit 2997d193d1c2849f304f607e20695c108c73e3e2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Apr 11 18:54:22 2025 -0500

    [doc,man]: Tweak description of 'c' operator.
    
    ...in conditional expressions.
---
 doc/groff.texi.in    | 22 ++++++++++++++++------
 man/groff.7.man      |  4 ++--
 man/groff_diff.7.man | 10 ++++++----
 3 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 40458931a..17b2c809c 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -13262,12 +13262,22 @@ Boolean operators are available; the members of this 
expanded class are
 termed @dfn{conditional expressions}.
 
 @table @code
-@item c @var{glyph}
-True if @var{glyph} is available, where @var{glyph} is an ordinary
-character, a special character @samp{\(@var{xx}} or @samp{\[@var{xxx}]}
-(whether built-in or user-defined), @samp{\N'@var{xxx}'}, or has been
-defined by any of the @code{char}, @code{fchar}, @code{fschar}, or
-@code{schar} requests.
+@item c @var{chr}
+True if a character
+@var{chr}
+is available;
+@var{chr}
+is an
+ordinary,
+special
+(@samp{\(@var{xx}}
+or
+@samp{\[@var{xxx}]}),
+or
+indexed
+(@samp{\N'@var{xxx}'})
+character,
+whether defined by a font description file or a request.
 
 @item d @var{name}
 True if a string, macro, diversion, or request called @var{name} exists.
diff --git a/man/groff.7.man b/man/groff.7.man
index 986bd1b95..661643094 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -2066,9 +2066,9 @@ T}
 T{
 .BI c\~ g
 T}     T{
-a glyph
+a character
 .I g
-is available.
+is defined.
 T}
 T{
 .BI d\~ m
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index fa651f172..1179119d3 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -609,11 +609,13 @@ True if a character
 .I chr
 is available;
 .I chr
-is an ordinary or special character
-(whether built-in or user-defined)
+is an
+ordinary,
+special,
 or
-.BI \[rs]N\[aq] index\c
-.BR \[aq] .
+indexed
+character,
+whether defined by a font description file or a request.
 .
 .
 .TP

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

Reply via email to