branch: master
commit d8f79fa8b646b28add36b74a951f318560bfdae2
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-partial-or-done): Update doc
    
    Re #105
---
 ivy.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index b071de6..22b8ac6 100644
--- 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))

Reply via email to