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

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

[elpa] master da7e546 085/184: ivy.el (ivy-previous-line-and-call): Fix


From: Oleh Krehel
Subject: [elpa] master da7e546 085/184: ivy.el (ivy-previous-line-and-call): Fix typo
Date: Wed, 16 Oct 2019 13:14:56 -0400 (EDT)

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

    ivy.el (ivy-previous-line-and-call): Fix typo
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 1588efc..a0d2e7f 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1481,7 +1481,7 @@ Call the permanent action if possible."
   (ivy-call))
 
 (defun ivy-previous-line-and-call (&optional arg)
-  "Move cursor vertically down ARG candidates.
+  "Move cursor vertically up ARG candidates.
 Call the permanent action if possible."
   (interactive "p")
   (ivy-previous-line arg)



reply via email to

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