summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-command.el b/helm-command.el
index b810bc97..6106e2bb 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -51,6 +51,9 @@ Show all candidates on startup when 0 (default)."
(defcustom helm-M-x-default-sort-fn #'helm-M-x-fuzzy-sort-candidates
"Default sort function for `helm-M-x'.
+
+It should sort against REAL value of candidates.
+
It is used only when `helm-M-x-fuzzy-match' is enabled."
:group 'helm-command
:type 'function)