From: Luc Teirlinck Date: Mon, 19 Dec 2005 23:18:17 +0000 (+0000) Subject: (font-lock): Add tags to the links in the defgroup. X-Git-Tag: emacs-pretest-22.0.90~5185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7667fa3a2d681b93887b570faf90c15b24f0cbbc;p=emacs.git (font-lock): Add tags to the links in the defgroup. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index f6b334832d0..be97ce41e61 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -212,8 +212,8 @@ ;; Define core `font-lock' group. (defgroup font-lock '((jit-lock custom-group)) "Font Lock mode text highlighting package." - :link '(custom-manual "(emacs)Font Lock") - :link '(custom-manual "(elisp)Font Lock Mode") + :link '(custom-manual :tag "Emacs Manual" "(emacs)Font Lock") + :link '(custom-manual :tag "Elisp Manual" "(elisp)Font Lock Mode") :group 'faces) (defgroup font-lock-faces nil