Mercurial > emacs
changeset 55946:039192c37cca
(help-argument-name): Add :group 'help.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 06 Jun 2004 02:47:38 +0000 |
parents | 4ecb534c2d20 |
children | 256f881c19bb |
files | lisp/help-fns.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-fns.el Sun Jun 06 02:46:29 2004 +0000 +++ b/lisp/help-fns.el Sun Jun 06 02:47:38 2004 +0000 @@ -239,7 +239,8 @@ ;;;###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.