]> git.eshelyaron.com Git - emacs.git/commitdiff
font-lock.el (font-lock-keywords): Fix typo in docstring
authorMatthew Leach <matthew@mattleach.net>
Tue, 14 Jan 2014 20:37:28 +0000 (21:37 +0100)
committerBastien Guerry <bzg@gnu.org>
Tue, 14 Jan 2014 20:37:28 +0000 (21:37 +0100)
* font-lock.el (font-lock-keywords): Fix typo in docstring
(bug#16307).

lisp/ChangeLog
lisp/font-lock.el

index fc2a295f8c3529366ebc92829f3bfd2f81cd3bf9..7a14b85704494f72077f82193ff0f3d1a9c77a3e 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
+
+       * font-lock.el (font-lock-keywords): Fix typo in docstring
+       (bug#16307).
+
 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
        * ispell.el (ispell-region): Reset `in-comment' for new line
index 27829ff2e7c98d049d10c7536f4aadbdbfd9f171..7e9131df185c7c0aad387a809f99a3971cf7b49c 100644 (file)
@@ -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