]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/modes.texi (Customizing Keywords): Fix typo (bug#75193).
authorKohei Tsuruta <seventhepg@gmail.com>
Sun, 29 Dec 2024 22:47:10 +0000 (14:47 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:26:02 +0000 (21:26 +0100)
(cherry picked from commit 7acfea19358da3a02e5884f5e7d56c87d7b16616)

doc/lispref/modes.texi

index 33ba16c17abfe3e7e7906340032ba317db2a3ba0..3bffd7a4a40c51cebb8f4cb12ef629046ee81d1e 100644 (file)
@@ -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.