From 7667fa3a2d681b93887b570faf90c15b24f0cbbc Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 19 Dec 2005 23:18:17 +0000 Subject: [PATCH] (font-lock): Add tags to the links in the defgroup. --- lisp/font-lock.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5