mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Add a :link to font-lock defgroup.
(jit-lock): Add :version.
This commit is contained in:
parent
e5e5ef2436
commit
63e20d60c2
@ -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…
Reference in New Issue
Block a user