]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (ivy-partial-or-done): Update doc
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 08:05:00 +0000 (10:05 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 08:05:00 +0000 (10:05 +0200)
Re #105

ivy.el

diff --git a/ivy.el b/ivy.el
index b071de6f6bd23db42e9bbaa90368a9b005fe449b..22b8ac69c77844852cb7aa6691706e395a4fb434 100644 (file)
--- a/ivy.el
+++ b/ivy.el
@@ -294,8 +294,7 @@ When ARG is t, exit with current text, ignoring the candidates."
 
 (defun ivy-partial-or-done ()
   "Complete the minibuffer text as much as possible.
-When called twice in a row, exit the minibuffer with the current
-candidate."
+If the text hasn't changed as a result, forward to `ivy-alt-done'."
   (interactive)
   (if (and (eq (ivy-state-collection ivy-last) 'read-file-name-internal)
            (string-match "^/" ivy-text))