summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-17 05:40:06 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-17 05:40:06 +0200
commita80aeccb7ad61c4eb57248d423265713e335070d (patch)
tree249006eeb3ed782ed2aa64335faea9b5504c8e23 /helm-utils.el
parent0441acf0eef01205c71b7c40123a7425278b49c1 (diff)
Rename helm-switch-to-buffers-other-window
to helm-display-buffers-other-windows. * helm-buffers.el (helm-buffer-switch-other-window): Do it. * helm-regexp.el (helm-moccur-action): Do it. * helm-types.el (helm-type-buffer-actions): Do it. * helm-utils.el (helm-display-buffers-other-windows): Do it.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index df479545..fafc2c6e 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -263,7 +263,7 @@ When called with a prefix arg split is done vertically."
(and balance (balance-windows))
(switch-to-buffer buffer-or-name))
-(defun helm-switch-to-buffers-other-window (buffer-or-name)
+(defun helm-display-buffers-other-windows (buffer-or-name)
"switch to buffer BUFFER-OR-NAME in other window.
See `helm-switch-to-buffers' for switching to marked buffers."
(helm-switch-to-buffers buffer-or-name t))