comparison lisp/apropos.el @ 25297:bbfc1bd58fcc

Don't capitalize custom group name.
author Dave Love <fx@gnu.org>
date Mon, 16 Aug 1999 23:04:07 +0000
parents 9c1495be5676
children bb28bbb732db
comparison
equal deleted inserted replaced
25296:59e6ee29c69b 25297:bbfc1bd58fcc
57 57
58 ;;; Code: 58 ;;; Code:
59 59
60 (defgroup apropos nil 60 (defgroup apropos nil
61 "Apropos commands for users and programmers" 61 "Apropos commands for users and programmers"
62 :group 'Help 62 :group 'help
63 :prefix "apropos") 63 :prefix "apropos")
64 64
65 ;; I see a degradation of maybe 10-20% only. 65 ;; I see a degradation of maybe 10-20% only.
66 (defcustom apropos-do-all nil 66 (defcustom apropos-do-all nil
67 "*Whether the apropos commands should do more. 67 "*Whether the apropos commands should do more.