emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 8e8efdd7fb 1/7: Make action name more explicit


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8e8efdd7fb 1/7: Make action name more explicit
Date: Wed, 21 Sep 2022 01:59:09 -0400 (EDT)

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

    Make action name more explicit
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 767b7c991f..85f9b66006 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -745,7 +745,7 @@ when moving out of directory when non nil."
    'helm-find-files-rsync
    "Rename file(s) `M-R, C-u to follow'" 'helm-find-files-rename
    "Backup files" 'helm-find-files-backup
-   "Multiple copy" 'helm-ff-mcp
+   "Copy file to dir(s) `C-M-c'" 'helm-ff-mcp
    "Symlink files(s) `M-S, C-u to follow'" 'helm-find-files-symlink
    "Relsymlink file(s) `M-Y, C-u to follow'" 'helm-find-files-relsymlink
    "Hardlink file(s) `M-H, C-u to follow'" 'helm-find-files-hardlink



reply via email to

[Prev in Thread] Current Thread [Next in Thread]