diff options
| author | Kohei Tsuruta | 2024-12-29 14:47:10 -0800 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-30 16:01:02 +0200 |
| commit | 7acfea19358da3a02e5884f5e7d56c87d7b16616 (patch) | |
| tree | d25467a82c84b110d7ffc65e048fc20122f210bf /doc | |
| parent | d47a7d6f0feff57f52db79c3e7e0b7f51566a140 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 3658 | references the symbol. This is usually a face, but can be any symbol | 3658 | references the symbol. This is usually a face, but can be any symbol |
| 3659 | referenced by an element of the @code{font-lock-keywords} list. The | 3659 | referenced by an element of the @code{font-lock-keywords} list. The |
| 3660 | symbol can contain wildcards: @code{*} matches any string in the | 3660 | symbol can contain wildcards: @code{*} matches any string in the |
| 3661 | symbol'ss name, @code{?} matches a single character, and | 3661 | symbol'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 |
| 3663 | more characters, matches a single character from the set. | 3663 | more characters, matches a single character from the set. |
| 3664 | 3664 | ||