From: Dave Love Date: Mon, 16 Aug 1999 23:04:07 +0000 (+0000) Subject: Don't capitalize custom group name. X-Git-Tag: emacs-pretest-21.0.90~7144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c906e3ab87157ef5d50afeb9cda7869f2672d9cf;p=emacs.git Don't capitalize custom group name. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index f383a8baa6f..b29a8e134b0 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -59,7 +59,7 @@ (defgroup apropos nil "Apropos commands for users and programmers" - :group 'Help + :group 'help :prefix "apropos") ;; I see a degradation of maybe 10-20% only.