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

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

[elpa] master 0e62f0d 185/399: counsel.el (counsel-switch-buffer-other-w


From: Oleh Krehel
Subject: [elpa] master 0e62f0d 185/399: counsel.el (counsel-switch-buffer-other-window): Update prompt
Date: Sat, 20 Jul 2019 14:57:20 -0400 (EDT)

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

    counsel.el (counsel-switch-buffer-other-window): Update prompt
    
    Re #2022
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 76fcb4d..ce9cfbd 100644
--- a/counsel.el
+++ b/counsel.el
@@ -5151,7 +5151,7 @@ in the current window."
 Display a preview of the selected ivy completion candidate buffer
 in the current window."
   (interactive)
-  (ivy-read "Switch to buffer in another window: " 'internal-complete-buffer
+  (ivy-read "Switch to buffer in other window: " 'internal-complete-buffer
             :preselect (buffer-name (other-buffer (current-buffer)))
             :action #'ivy--switch-buffer-other-window-action
             :matcher #'ivy--switch-buffer-matcher



reply via email to

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