comparison lisp/emacs-lisp/testcover.el @ 62531:c905fcf5e3d9

Specify missing group (and type, if simple) in defcustom.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 May 2005 19:06:19 +0000
parents 71315b2afe5b
children c77bef56f877 f042e7c0fe20
comparison
equal deleted inserted replaced
62530:eb9babbd0025 62531:c905fcf5e3d9
145 :type 'hook) 145 :type 'hook)
146 146
147 (defcustom testcover-potentially-1value-functions 147 (defcustom testcover-potentially-1value-functions
148 '(add-hook and beep or remove-hook unless when) 148 '(add-hook and beep or remove-hook unless when)
149 "Functions that are potentially 1-valued. No brown splotch if actually 149 "Functions that are potentially 1-valued. No brown splotch if actually
150 1-valued, no error if actually multi-valued.") 150 1-valued, no error if actually multi-valued."
151 :group 'testcover)
151 152
152 (defface testcover-nohits-face 153 (defface testcover-nohits-face
153 '((t (:background "DeepPink2"))) 154 '((t (:background "DeepPink2")))
154 "Face for forms that had no hits during coverage test" 155 "Face for forms that had no hits during coverage test"
155 :group 'testcover) 156 :group 'testcover)