summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-06-06 02:49:56 +0000
committerJuri Linkov <juri@jurta.org>2004-06-06 02:49:56 +0000
commit575f611801bfef5fffb76969232830eaf04ea17d (patch)
treef2608804a45a45dfcbe311d4961504b8b1e05a51 /lisp/help-fns.el
parentec85856c24a284cbf6560722fa8999ead820d8a7 (diff)
downloademacs-575f611801bfef5fffb76969232830eaf04ea17d.tar.gz
(help-argument-name): Add :group 'help.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index e8655e8f972..eb15bc7726f 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -239,7 +239,8 @@ KIND should be `var' for a variable or `subr' for a subroutine."
;;;###autoload
(defface help-argument-name '((t :inherit italic))
- "Face to highlight argument names in *Help* buffers.")
+ "Face to highlight argument names in *Help* buffers."
+ :group 'help)
(defun help-default-arg-highlight (arg)
"Default function to highlight arguments in *Help* buffers.