]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't capitalize custom group name.
authorDave Love <fx@gnu.org>
Mon, 16 Aug 1999 23:04:07 +0000 (23:04 +0000)
committerDave Love <fx@gnu.org>
Mon, 16 Aug 1999 23:04:07 +0000 (23:04 +0000)
lisp/apropos.el

index f383a8baa6f5543bf1b4f8a24c94f9cf0d20bdb4..b29a8e134b0dba44e1d36d769bef54c89ff60f23 100644 (file)
@@ -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.