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

    Fix docstring
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 0893f5f2d5..d217a53c30 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6450,7 +6450,7 @@ selecting them."
               (t (find-file candidate)))))))
 
 (helm-make-command-from-action helm-ff-find-file-other-tab
-    "Run find file in other tab action from `helm-source-buffers-list'."
+    "Run find file in other tab action from `helm-find-files'."
   'find-file-other-tab
   (cl-assert (fboundp 'tab-bar-mode) nil "Tab-bar-mode not available"))
 

Reply via email to