]> code.delx.au - gnu-emacs-elpa/commitdiff
el-search: remove redundant :group specs from custom defs
authorMichael Heerdegen <michael_heerdegen@web.de>
Tue, 15 Sep 2015 09:49:53 +0000 (11:49 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Tue, 22 Sep 2015 19:18:31 +0000 (21:18 +0200)
packages/el-search/el-search.el

index c17336908ed9019999c40976fa990eb15a45e339..a4a93430b24c072845807fc7d3ad5030dfb9cc5e 100644 (file)
 The default value is `expr'.  You can use this variable in the
 search prompt to refer to value of the currently searched
 expression."
-  :group 'el-search :type 'symbol)
+  :type 'symbol)
 
 (defface el-search-match '((((background dark)) (:background "#0000A0"))
                           (t                   (:background "DarkSlateGray1")))
-  "Face for highlighting the current match."
-  :group 'el-search)
+  "Face for highlighting the current match.")
 
 
 ;;;; Helpers