diff options
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 483d8c2b629..331feb94fc9 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -210,6 +210,7 @@ | |||
| 210 | (defgroup font-lock nil | 210 | (defgroup font-lock nil |
| 211 | "Font Lock mode text highlighting package." | 211 | "Font Lock mode text highlighting package." |
| 212 | :link '(custom-manual "(emacs)Font Lock") | 212 | :link '(custom-manual "(emacs)Font Lock") |
| 213 | :link '(custom-manual "(elisp)Font Lock Mode") | ||
| 213 | :group 'faces) | 214 | :group 'faces) |
| 214 | 215 | ||
| 215 | (defgroup font-lock-highlighting-faces nil | 216 | (defgroup font-lock-highlighting-faces nil |
| @@ -237,6 +238,7 @@ | |||
| 237 | (defgroup jit-lock nil | 238 | (defgroup jit-lock nil |
| 238 | "Font Lock support mode to fontify just-in-time." | 239 | "Font Lock support mode to fontify just-in-time." |
| 239 | :link '(custom-manual "(emacs)Support Modes") | 240 | :link '(custom-manual "(emacs)Support Modes") |
| 241 | :version "21.1" | ||
| 240 | :load 'jit-lock | 242 | :load 'jit-lock |
| 241 | :group 'font-lock) | 243 | :group 'font-lock) |
| 242 | 244 | ||