Add a :link to font-lock defgroup.
(jit-lock): Add :version.
This commit is contained in:
parent
e5e5ef2436
commit
63e20d60c2
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,7 @@
|
|||
(defgroup font-lock nil
|
||||
"Font Lock mode text highlighting package."
|
||||
:link '(custom-manual "(emacs)Font Lock")
|
||||
:link '(custom-manual "(elisp)Font Lock Mode")
|
||||
:group 'faces)
|
||||
|
||||
(defgroup font-lock-highlighting-faces nil
|
||||
|
@ -237,6 +238,7 @@
|
|||
(defgroup jit-lock nil
|
||||
"Font Lock support mode to fontify just-in-time."
|
||||
:link '(custom-manual "(emacs)Support Modes")
|
||||
:version "21.1"
|
||||
:load 'jit-lock
|
||||
:group 'font-lock)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue