summaryrefslogtreecommitdiff
path: root/helm-command.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-command.el
parentdc53566d1b91216f971cb099492e1a767adeff69 (diff)
Update doc for helm-M-x
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/helm-command.el b/helm-command.el
index 7a25dd3f..fa16d498 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -51,9 +51,13 @@ Show all candidates on startup when 0 (default)."
(defcustom helm-M-x-allow-prefix-argument t
"Allow specifying prefix argument before `helm-M-x' when non--nil.
-Note if you set it to non--nil and specify a prefix argument
-before `helm-M-x', then you will NOT be able to cancel it though
-you can change it to another vaule."
+
+If this variable is non--nil and you specify prefix argument before `helm-M-x',
+the first C-u after `helm-M-x' will be used to clear the initial prefix
+argument, otherwise C-u works as usual.
+
+If this variable is nil, inhibits setting prefix argument before `helm-M-x'
+by signaling an error."
:group 'helm-command
:type 'boolean)