Mercurial > emacs
changeset 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 | acbc5122c634 |
children | b9ad87c3838b |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Mon Dec 19 23:17:19 2005 +0000 +++ b/lisp/font-lock.el Mon Dec 19 23:18:17 2005 +0000 @@ -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