summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-02 16:56:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-02 16:56:38 +0200
commit8d0942771c0fd01dc38eb59483acc65a55c59a9d (patch)
tree5df5f4a2b1ae79eda365bb82adaad4d6ee6cd7d3 /helm-command.el
parente1c47e7e5b31f2413f621a249657869655623f6e (diff)
Fix helm-M-x-default-sort-fn docstring.
* helm-command.el (helm-M-x-default-sort-fn): Do it.
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)