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

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

[nongnu] elpa/helm 70bc75358b 5/5: Add missing helm-command-map docstrin


From: ELPA Syncer
Subject: [nongnu] elpa/helm 70bc75358b 5/5: Add missing helm-command-map docstring
Date: Sun, 4 Jun 2023 04:00:53 -0400 (EDT)

branch: elpa/helm
commit 70bc75358bb6209aa274ba6bfb97b8ccf7564d23
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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)
 



reply via email to

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