summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorChunyang Xu <xuchunyang.me@gmail.com>2016-06-23 01:47:56 +0800
committerChunyang Xu <xuchunyang.me@gmail.com>2016-06-23 01:49:22 +0800
commitd3225a860f917ccec9afa7ed7590699e80bbaf6d (patch)
tree534c5da434d2838d1d0158ec1fe8c7ed4f8204e5 /helm-help.el
parentdc53566d1b91216f971cb099492e1a767adeff69 (diff)
Update doc for helm-M-x
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
;;