From 575f611801bfef5fffb76969232830eaf04ea17d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 6 Jun 2004 02:49:56 +0000 Subject: [PATCH] (help-argument-name): Add :group 'help. --- lisp/ChangeLog | 16 +++++++++++++++- lisp/help-fns.el | 3 ++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 077a25d6ef4..edff6ce362e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2004-06-05 Juri Linkov + + * bindings.el (debug-ignored-errors): Add regexps for history + related messages. Remove $ from "No further undo information". + Move Ediff's messages to ediff.el. + + * ediff.el: Move Ediff's debug-ignored-errors from bindings.el. + + * cus-edit.el (custom-display): Add `min-colors'. + + * custom.el (defface): Add `supports' to docstring. + + * help-fns.el (help-argument-name): Add :group 'help. + 2004-06-05 Luc Teirlinck * find-dired.el (find-ls-subdir-switches): New user option. @@ -3266,7 +3280,7 @@ if the source location can't be found. (edebug-compute-previous-result): Use prin1-char. - * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1. + * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1. (debug-ignored-errors): Add an entry. * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir. 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. -- 2.39.5