branch: elpa/helm
commit e548b9e164303338126eab5bc43abab23d52c647
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add manual-entry to man category
---
helm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-mode.el b/helm-mode.el
index 3fecd6038b4..32a6811239f 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1115,6 +1115,7 @@ FLAGS is a list of variables to renitialize to nil when
exiting or quitting.")
(defvar helm-completing-read-command-categories
'(("man" . man)
+ ("manual-entry" . man)
("customize-variable" . symbol-help)
("customize-set-variable" . symbol-help)
("customize-set-value" . symbol-help)