summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:18:06 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:18:06 +0100
commit7b852880cf05f10851cb2df24397d04bcf1471ae (patch)
treeb4e1ea27f8d34d098a4e6ff6db7d42c0de881e50 /helm-types.el
parent6f20c49b27efc9ed85ccf867a67d28463c05be9d (diff)
Refector some window- and buffer-related functions
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-types.el b/helm-types.el
index 258f69b5..42b35db2 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -129,12 +129,12 @@
(defcustom helm-type-buffer-actions
(helm-make-actions
- "Switch to buffer(s)" 'helm-switch-to-buffers
+ "Switch to buffer(s)" 'helm-buffer-switch-buffers
(lambda () (and (locate-library "popwin")
"Switch to buffer in popup window"))
'popwin:popup-buffer
"Switch to buffer(s) other window `C-c o'"
- 'helm-display-buffers-other-windows
+ 'helm-buffer-switch-buffers-other-window
"Switch to buffer other frame `C-c C-o'"
'switch-to-buffer-other-frame
"Browse project from buffer"