From 8b63edf8c6ce69677728bc41db67a330f8524ca7 Mon Sep 17 00:00:00 2001 From: Matthew Leach Date: Tue, 14 Jan 2014 21:37:28 +0100 Subject: [PATCH] font-lock.el (font-lock-keywords): Fix typo in docstring * font-lock.el (font-lock-keywords): Fix typo in docstring (bug#16307). --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc2a295f8c3..7a14b857044 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-01-14 Matthew Leach (tiny change) + + * font-lock.el (font-lock-keywords): Fix typo in docstring + (bug#16307). + 2014-01-14 Agustín Martín Domingo * ispell.el (ispell-region): Reset `in-comment' for new line diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 27829ff2e7c..7e9131df185 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 -- 2.39.2