summaryrefslogtreecommitdiff
path: root/helm-multi-match.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-20 18:08:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-08-20 18:08:29 +0200
commitd0786c11367df943a87d84b72184ba0df721ab0d (patch)
tree8f2828c8bdd4d54b5c7e510baaecafb2ed364d80 /helm-multi-match.el
parentb26db373b005f237efde253616c4db585eca1fd1 (diff)
Fix group name.
Diffstat (limited to 'helm-multi-match.el')
-rw-r--r--helm-multi-match.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-multi-match.el b/helm-multi-match.el
index 156f6ee7..28bc5d11 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -28,7 +28,7 @@
(defvar helm-pattern)
-(defgroup helm-match-plugin nil
+(defgroup helm-multi-match nil
"Helm multi match."
:group 'helm)
@@ -46,7 +46,7 @@ Default is multi3."
(const :tag "Multiple regexp 2 ordered with partial match" multi2)
(const :tag "Multiple regexp 3 matching no order, partial, best." multi3)
(const :tag "Multiple regexp 3p matching with prefix match" multi3p))
- :group 'helm-match-plugin)
+ :group 'helm-multi-match)
;; Internal