emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/el-search fdb1f86 008/332: el-search: remove redundant


From: Stefan Monnier
Subject: [elpa] externals/el-search fdb1f86 008/332: el-search: remove redundant :group specs from custom defs
Date: Tue, 1 Dec 2020 15:48:00 -0500 (EST)

branch: externals/el-search
commit fdb1f868ea01ae1adfa2749addba2e745d051e88
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    el-search: remove redundant :group specs from custom defs
---
 el-search.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/el-search.el b/el-search.el
index c173369..a4a9343 100644
--- a/el-search.el
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]