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

    Add docstring
---
 helm-utils.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-utils.el b/helm-utils.el
index 18528b3b95..af18644005 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -318,6 +318,7 @@ If a prefix arg is given split windows vertically."
 (declare-function tab-bar-tab-name-all "tab-bar.el")
 
 (defun helm-buffers-maybe-switch-to-buffer-in-tab (buffer fallback-fn)
+  "Switch to BUFFER in its tab if possible, otherwise call FALLBACK-FN."
   (let* (;; Normally `helm-buffers-maybe-switch-to-tab' custom set function
          ;; bounded `tab-bar-tab-name-function' to `tab-bar-tab-name-all'
          ;; but in case user bounded this with setq ensure it works

Reply via email to