comparison lisp/font-lock.el @ 67678:bce97b32175b

(font-lock): Add tags to the links in the defgroup.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 19 Dec 2005 23:18:17 +0000
parents d263a07df092
children f2537ba84319 b64b7e867d0a
comparison
equal deleted inserted replaced
67677:acbc5122c634 67678:bce97b32175b
210 (require 'syntax) 210 (require 'syntax)
211 211
212 ;; Define core `font-lock' group. 212 ;; Define core `font-lock' group.
213 (defgroup font-lock '((jit-lock custom-group)) 213 (defgroup font-lock '((jit-lock custom-group))
214 "Font Lock mode text highlighting package." 214 "Font Lock mode text highlighting package."
215 :link '(custom-manual "(emacs)Font Lock") 215 :link '(custom-manual :tag "Emacs Manual" "(emacs)Font Lock")
216 :link '(custom-manual "(elisp)Font Lock Mode") 216 :link '(custom-manual :tag "Elisp Manual" "(elisp)Font Lock Mode")
217 :group 'faces) 217 :group 'faces)
218 218
219 (defgroup font-lock-faces nil 219 (defgroup font-lock-faces nil
220 "Faces for highlighting text." 220 "Faces for highlighting text."
221 :prefix "font-lock-" 221 :prefix "font-lock-"