diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-12-19 23:18:17 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-12-19 23:18:17 +0000 |
commit | 7667fa3a2d681b93887b570faf90c15b24f0cbbc (patch) | |
tree | e37bd22e92e0b58e2160df6f17a2d3c6c4aeeb9a /lisp/font-lock.el | |
parent | 06cdb5dbbed723c4196d5576fa22b3f7a5137c47 (diff) | |
download | emacs-7667fa3a2d681b93887b570faf90c15b24f0cbbc.tar.gz |
(font-lock): Add tags to the links in the defgroup.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 4 |
1 files 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 |