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

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

[elpa] master d8f79fa 43/57: ivy.el (ivy-partial-or-done): Update doc


From: Oleh Krehel
Subject: [elpa] master d8f79fa 43/57: ivy.el (ivy-partial-or-done): Update doc
Date: Tue, 19 May 2015 14:21:38 +0000

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

    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

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