aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKohei Tsuruta2024-12-29 14:47:10 -0800
committerEli Zaretskii2024-12-30 16:01:02 +0200
commit7acfea19358da3a02e5884f5e7d56c87d7b16616 (patch)
treed25467a82c84b110d7ffc65e048fc20122f210bf /doc
parentd47a7d6f0feff57f52db79c3e7e0b7f51566a140 (diff)
downloademacs-7acfea19358da3a02e5884f5e7d56c87d7b16616.tar.gz
emacs-7acfea19358da3a02e5884f5e7d56c87d7b16616.zip
; * doc/lispref/modes.texi (Customizing Keywords): Fix typo (bug#75193).
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
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
3658references the symbol. This is usually a face, but can be any symbol 3658references the symbol. This is usually a face, but can be any symbol
3659referenced by an element of the @code{font-lock-keywords} list. The 3659referenced by an element of the @code{font-lock-keywords} list. The
3660symbol can contain wildcards: @code{*} matches any string in the 3660symbol can contain wildcards: @code{*} matches any string in the
3661symbol'ss name, @code{?} matches a single character, and 3661symbol's name, @code{?} matches a single character, and
3662@code{[@var{char-set}]}, where @var{char-set} is a string of one or 3662@code{[@var{char-set}]}, where @var{char-set} is a string of one or
3663more characters, matches a single character from the set. 3663more characters, matches a single character from the set.
3664 3664