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

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

[elpa] master 7d46450 311/399: Add more information about the collection


From: Oleh Krehel
Subject: [elpa] master 7d46450 311/399: Add more information about the collection argument in `ivy-read`.
Date: Sat, 20 Jul 2019 14:57:46 -0400 (EDT)

branch: master
commit 7d464506e8f57637214c4263665a28cba0b0d890
Author: Zhu Zihao <address@hidden>
Commit: Zhu Zihao <address@hidden>

    Add more information about the collection argument in `ivy-read`.
    
    For the hacking convenience.
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 3c9da58..ad31147 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1843,7 +1843,7 @@ PROMPT is a string, normally ending in a colon and a 
space.
 `ivy-count-format' is prepended to PROMPT during completion.
 
 COLLECTION is either a list of strings, a function, an alist, or
-a hash table.
+a hash table, supplied for `minibuffer-completion-table'.
 
 PREDICATE is applied to filter out the COLLECTION immediately.
 This argument is for compatibility with `completing-read'.



reply via email to

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