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

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

[elpa] master 24a6354 170/184: ivy.el (ivy--format): Improve docstring


From: Oleh Krehel
Subject: [elpa] master 24a6354 170/184: ivy.el (ivy--format): Improve docstring
Date: Wed, 16 Oct 2019 13:15:16 -0400 (EDT)

branch: master
commit 24a63549cc84b4b0f3f9f2475bf1c4bbcc69dcf0
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--format): Improve docstring
    
    Re #2263
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 8956c87..fea6ad5 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3883,7 +3883,7 @@ Note: The usual last two arguments are flipped for 
convenience.")
 
 (defun ivy--format (cands)
   "Return a string for CANDS suitable for display in the minibuffer.
-CANDS is a list of strings."
+CANDS is a list of candidates that :display-transformer can turn into strings."
   (setq ivy--length (length cands))
   (when (>= ivy--index ivy--length)
     (ivy-set-index (max (1- ivy--length) 0)))



reply via email to

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