branch: elpa/helm commit 70bc75358bb6209aa274ba6bfb97b8ccf7564d23 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add missing helm-command-map docstring --- helm-global-bindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-global-bindings.el b/helm-global-bindings.el index 0bd318d014..c52a90294a 100644 --- a/helm-global-bindings.el +++ b/helm-global-bindings.el @@ -84,7 +84,9 @@ Using `setq' to modify this variable will have no effect." (define-key map (kbd "b") 'helm-resume) (define-key map (kbd "M-g i") 'helm-gid) (define-key map (kbd "@") 'helm-list-elisp-packages) - map)) + map) + "Default keymap for \\[helm-command-prefix] commands. +The normal global definition of the character \\[helm-command-prefix] indirects to this keymap.") (fset 'helm-command-prefix helm-command-map)