summaryrefslogtreecommitdiff
path: root/helm-buffers.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-10-02 18:57:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-10-02 18:57:38 +0200
commit6bc6c63cebf5d3dc9b13f910c5753f558ee4f529 (patch)
treeb76694176d438b149448b928ec133079bf9bd7d5 /helm-buffers.el
parentc03ca604904b3c69f662cd41d0b8def8389e3a77 (diff)
Fix helm-moccur action to switch OW
* helm-buffers.el (helm-buffer-switch-buffers-other-window): Docstring only. * helm-regexp.el (helm-moccur-action): Use helm-window-other-window.
Diffstat (limited to 'helm-buffers.el')
-rw-r--r--helm-buffers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-buffers.el b/helm-buffers.el
index b34424d1..d915642f 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -759,7 +759,7 @@ If a prefix arg is given split windows vertically."
(helm-window-show-buffers buffers)))
(defun helm-buffer-switch-buffers-other-window (_candidate)
- "Switch to buffer candidates in other windows."
+ "Switch to marked buffers in other windows."
(let ((buffers (helm-marked-candidates)))
(helm-window-show-buffers buffers t)))