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

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

[elpa] master 41dfae6 194/272: ivy.el (ivy--format-function-generic): Fi


From: Oleh Krehel
Subject: [elpa] master 41dfae6 194/272: ivy.el (ivy--format-function-generic): Fix doc
Date: Mon, 25 Apr 2016 10:13:25 +0000

branch: master
commit 41dfae60bda9607f8890c6fc030233e0c61cd7f2
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--format-function-generic): Fix doc
---
 ivy.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 550e31d..a9738dc 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2319,7 +2319,7 @@ This string is inserted into the minibuffer."
 
 (defun ivy--format-function-generic (selected-fn other-fn strs separator)
   "Transform CAND-PAIRS into a string for minibuffer.
-SELECTED-FN and OTHER-FN each take two string arguments.
+SELECTED-FN and OTHER-FN each take one string argument.
 SEPARATOR is used to join the candidates."
   (let ((i -1))
     (mapconcat



reply via email to

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