From: Juri Linkov Date: Sun, 6 Jun 2004 02:49:56 +0000 (+0000) Subject: (help-argument-name): Add :group 'help. X-Git-Tag: ttn-vms-21-2-B4~5908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=575f611801bfef5fffb76969232830eaf04ea17d;p=emacs.git (help-argument-name): Add :group 'help. --- 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.