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

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

[nongnu] elpa/helm 2f634db1f3 2/2: Fix docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm 2f634db1f3 2/2: Fix docstring
Date: Sat, 30 Jul 2022 14:58:32 -0400 (EDT)

branch: elpa/helm
commit 2f634db1f318b25ccafde49b2848be056ad09eef
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix docstring
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index d303b6177d..66082a4b02 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -266,7 +266,7 @@ and second call within 1s runs `helm-swap-windows'."
 
 (defun helm-command-with-subkeys (map subkey command
                                   &optional other-subkeys prompt exit-fn delay)
-  "Return an anonymous interactive command to use with 
`helm-define-multi-key'."
+  "Return an anonymous interactive command to use with 
`helm-define-key-with-subkeys'."
   (lambda ()
     (interactive)
     (let (timer)



reply via email to

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