From: Kohei Tsuruta Date: Sun, 29 Dec 2024 22:47:10 +0000 (-0800) Subject: ; * doc/lispref/modes.texi (Customizing Keywords): Fix typo (bug#75193). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~148 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7acfea19358da3a02e5884f5e7d56c87d7b16616;p=emacs.git ; * doc/lispref/modes.texi (Customizing Keywords): Fix typo (bug#75193). --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index ddb6c4bf2fb..447add3e930 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -3658,7 +3658,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.