branch: master
commit 5d90542e6fa73a7a6f9fb4bd3db67549d7434971
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    ivy.el (ivy-sort-functions-alist): Update doc
    
    Mention `ivy-sort-max-size'.
---
 ivy.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ivy.el b/ivy.el
index 7561822..929b71d 100644
--- a/ivy.el
+++ b/ivy.el
@@ -911,7 +911,9 @@ For each entry, nil means no sorting.  It's very useful to 
turn
 off the sorting for functions that have candidates in the natural
 buffer order, like `org-refile' or `Man-goto-section'.
 
-The entry associated to t is used for all fall-through cases."
+The entry associated to t is used for all fall-through cases.
+
+See also `ivy-sort-max-size'."
   :type
   '(alist
     :key-type (choice

Reply via email to