From 9efb853115c81161f5eb762480ac445acd5b696b Mon Sep 17 00:00:00 2001 From: Kohei Tsuruta Date: Sun, 29 Dec 2024 14:47:10 -0800 Subject: [PATCH] ; * doc/lispref/modes.texi (Customizing Keywords): Fix typo (bug#75193). (cherry picked from commit 7acfea19358da3a02e5884f5e7d56c87d7b16616) --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 33ba16c17ab..3bffd7a4a40 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -3632,7 +3632,7 @@ This condition matches any element of Font Lock keywords that references the symbol. This is usually a face, but can be any symbol referenced by an element of the @code{font-lock-keywords} list. The symbol can contain wildcards: @code{*} matches any string in the -symbol'ss name, @code{?} matches a single character, and +symbol's name, @code{?} matches a single character, and @code{[@var{char-set}]}, where @var{char-set} is a string of one or more characters, matches a single character from the set. -- 2.39.5