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

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

[elpa] master f57e2fb 039/348: ivy.el (ivy-immediate-done): Update docst


From: Oleh Krehel
Subject: [elpa] master f57e2fb 039/348: ivy.el (ivy-immediate-done): Update docstring
Date: Sat, 8 Apr 2017 11:03:19 -0400 (EDT)

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

    ivy.el (ivy-immediate-done): Update docstring
    
    Fixes #525
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index d693a06..24bfe41 100644
--- a/ivy.el
+++ b/ivy.el
@@ -698,7 +698,7 @@ If the text hasn't changed as a result, forward to 
`ivy-alt-done'."
            t))))
 
 (defun ivy-immediate-done ()
-  "Exit the minibuffer with the current input."
+  "Exit the minibuffer with current input instead of current candidate."
   (interactive)
   (delete-minibuffer-contents)
   (insert (setq ivy--current



reply via email to

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