summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/helm-help.el b/helm-help.el
index 5776fecb..8f97c30e 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -1009,11 +1009,12 @@ This feature is only available with emacs-25.
*** Prefix Args
-All the prefix args passed BEFORE running `helm-M-x' are ignored,
-you should get an error message if you do so.
-When you want to pass prefix args, pass them AFTER starting `helm-M-x',
+When you want pass prefix args, you should pass prefix args AFTER starting `helm-M-x',
you will see a prefix arg counter appearing in mode-line notifying you
-the number of prefix args entered.")
+the number of prefix args entered.
+
+If you pass prefix args before running `helm-M-x', it will be displayed in prompt,
+then the first C-u after `helm-M-x' will be used to clear that prefix args.")
;;; helm-imenu
;;