]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-argument-name): Add :group 'help.
authorJuri Linkov <juri@jurta.org>
Sun, 6 Jun 2004 02:49:56 +0000 (02:49 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 6 Jun 2004 02:49:56 +0000 (02:49 +0000)
lisp/ChangeLog
lisp/help-fns.el

index 077a25d6ef4b0f5fc4a1aa0662489de0627e86e3..edff6ce362e9675953c31b6af470540eec4f7cd3 100644 (file)
@@ -1,3 +1,17 @@
+2004-06-05  Juri Linkov  <juri@jurta.org>
+
+       * 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  <teirllm@auburn.edu>
 
        * find-dired.el (find-ls-subdir-switches): New user option.
        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.
index e8655e8f9725836cfb59e4335194c14581a0ad11..eb15bc7726fdc569c3f2514fe62c115fa4556a0a 100644 (file)
@@ -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.