aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/testcover.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-05-19 19:06:19 +0000
committerJuanma Barranquero <[email protected]>2005-05-19 19:06:19 +0000
commitf53077821077bbb41e1d8ee4741f8572bd9950d8 (patch)
tree52c273d666f33fd8c205b7a6b7c28eacb296f156 /lisp/emacs-lisp/testcover.el
parent93c8c9cd7d48e5142808c444ba4d637f1ef45d77 (diff)
Specify missing group (and type, if simple) in defcustom.
Diffstat (limited to 'lisp/emacs-lisp/testcover.el')
-rw-r--r--lisp/emacs-lisp/testcover.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el
index 23e9a54b1b..f77b1a00e2 100644
--- a/lisp/emacs-lisp/testcover.el
+++ b/lisp/emacs-lisp/testcover.el
@@ -147,7 +147,8 @@ call to one of the `testcover-1value-functions'."
(defcustom testcover-potentially-1value-functions
'(add-hook and beep or remove-hook unless when)
"Functions that are potentially 1-valued. No brown splotch if actually
-1-valued, no error if actually multi-valued.")
+1-valued, no error if actually multi-valued."
+ :group 'testcover)
(defface testcover-nohits-face
'((t (:background "DeepPink2")))