; * 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)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Dec 2024 14:01:02 +0000 (16:01 +0200)
doc/lispref/modes.texi

index ddb6c4bf2fb26e57b5dfcc8ef197f1d36089b14f..447add3e93079b73adf5578c23043954952dec61 100644 (file)
@@ -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.