branch: elpa/helm
commit 8c81a1d3c3413d1a84e509b2b117cd889b441c9e
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Update docstring
---
 helm-utils.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-utils.el b/helm-utils.el
index b6370b8633..18528b3b95 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -353,7 +353,8 @@ If a prefix arg is given split windows vertically."
 (defun helm-buffers-switch-buffers-in-tab-1 (buffers)
   "Display BUFFERS in a new tab.
 If only one buffer in BUFFERS, try to switch to it in its
-tab if some, otherwise, display it in a new tab."
+tab if some, otherwise, display it in a new tab.
+When a prefix arg is given, display each buffer of BUFFERS in new tabs."
   (when (fboundp 'switch-to-buffer-other-tab)
     (if (cdr buffers)
         (if helm-current-prefix-arg

Reply via email to