emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5d90542 112/167: ivy.el (ivy-sort-functions-alist): Update


From: Oleh Krehel
Subject: [elpa] master 5d90542 112/167: ivy.el (ivy-sort-functions-alist): Update doc
Date: Tue, 08 Dec 2015 10:50:23 +0000

branch: master
commit 5d90542e6fa73a7a6f9fb4bd3db67549d7434971
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]