branch: elpa/helm
commit 0d76b453218babe59cb5b29e14b75cd626e60b49
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Provide help for helm-read-answer-dolist-with-action
---
helm-lib.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/helm-lib.el b/helm-lib.el
index 038003be9b..096fe7002c 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1341,11 +1341,12 @@ used to modify each element of LIST to be displayed in
PROMPT."
(if dont-ask
(funcall action elm)
(helm-acase (helm-read-answer
- (format (concat prompt "[y,n,!,q]")
+ (format (concat prompt "[y,n,!,q,h]")
(if prompt-formater
(funcall prompt-formater elm)
elm))
- '("y" "n" "!" "q"))
+ '("y" "n" "!" "q")
+ "y: yes\nn: no\n!: yes for all\nq: quit\nh: toggle this
help")
("y" (funcall action elm))
("n" (ignore))
("!" (prog1