branch: elpa/helm
commit 8aadc25c6b7eb36c4af7e24ebe62793103ed7c8f
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add describe-minor-mode to symbol-help category and fix its require-match
---
 helm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index aefac4eb73..9d47705099 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -242,6 +242,7 @@ This is mainly needed to prevent \"*Completions*\" buffers 
to popup.")
 
 (defvar helm-comp-read-require-match-overrides '((describe-function . t)
                                                  (describe-command . t)
+                                                 (describe-minor-mode . t)
                                                  (load-theme . t)
                                                  (describe-theme . t))
   "Allow overriding REQUIRE-MATCH completing-read arg for a specific 
function.")
@@ -1021,6 +1022,7 @@ behavior as emacs vanilla.")
     ("trace-function" . symbol-help)
     ("trace-function-foreground" . symbol-help)
     ("trace-function-background" . symbol-help)
+    ("describe-minor-mode" . symbol-help)
     ("find-library" . library)
     ("kill-buffer" . buffer)
     ("package-install" . package)

Reply via email to