From: Michael Heerdegen Date: Tue, 15 Sep 2015 09:49:53 +0000 (+0200) Subject: el-search: remove redundant :group specs from custom defs X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6c2ca0bfafd06b05a036574b759a1976484e2b31 el-search: remove redundant :group specs from custom defs --- diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index c17336908..a4a93430b 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -190,12 +190,11 @@ 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