[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm d22d0782a9 1/2: Fix docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm d22d0782a9 1/2: Fix docstring |
Date: |
Sat, 7 Sep 2024 10:00:59 -0400 (EDT) |
branch: elpa/helm
commit d22d0782a942edc262832248fd815ea090816a41
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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"))