comparison lisp/textmodes/texinfo.el @ 66963:a11fdee52c05

Add :link (custom-group-link font-lock-faces) to defgroup.
author Juri Linkov <juri@jurta.org>
date Thu, 17 Nov 2005 07:40:11 +0000
parents 90aa3875974e
children 067115a6e738 7beb78bc1f8e
comparison
equal deleted inserted replaced
66962:7a7295b1360a 66963:a11fdee52c05
44 (eval-when-compile (require 'tex-mode) (require 'cl)) 44 (eval-when-compile (require 'tex-mode) (require 'cl))
45 (defvar outline-heading-alist) 45 (defvar outline-heading-alist)
46 46
47 (defgroup texinfo nil 47 (defgroup texinfo nil
48 "Texinfo Mode." 48 "Texinfo Mode."
49 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
49 :group 'docs) 50 :group 'docs)
50 51
51 ;;;###autoload 52 ;;;###autoload
52 (defcustom texinfo-open-quote "``" 53 (defcustom texinfo-open-quote "``"
53 "*String inserted by typing \\[texinfo-insert-quote] to open a quotation." 54 "*String inserted by typing \\[texinfo-insert-quote] to open a quotation."