]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (ivy--format-function-generic): Fix doc
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 20 Mar 2016 07:22:23 +0000 (08:22 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 20 Mar 2016 07:22:23 +0000 (08:22 +0100)
ivy.el

diff --git a/ivy.el b/ivy.el
index 550e31d74ee97a303d64f11174e536fee30f6abc..a9738dcb578b7eb782671cf98300f84797e4a483 100644 (file)
--- 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