[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo
From: |
Matthew Leach |
Subject: |
bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo |
Date: |
Tue, 14 Jan 2014 20:30:52 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) |
Hello
Drew Adams <drew.adams@oracle.com> writes:
> "it is produced internal by..." should presumably be "it is produced
> internally by..."
[...]
Here is a small patch to fix this up.
lisp/Changelog
2014-01-14 Matthew Leach <matthew@mattleach.net>
* font-lock.el (font-lock-keywords): Fix typo in variable
documentation (bug#16307).
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 27829ff..7e9131d 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -458,7 +458,7 @@ This variable is set by major modes via the variable
`font-lock-defaults'.
Be careful when composing regexps for this list; a poorly written pattern can
dramatically slow things down!
-A compiled keywords list starts with t. It is produced internal
+A compiled keywords list starts with t. It is produced internally
by `font-lock-compile-keywords' from a user-level keywords list.
Its second element is the user-level keywords list that was
compiled. The remaining elements have the same form as
--
Matt
- bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo,
Matthew Leach <=