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

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

[nongnu] elpa/helm 288f7d9f17 2/2: Fix mcp action name


From: ELPA Syncer
Subject: [nongnu] elpa/helm 288f7d9f17 2/2: Fix mcp action name
Date: Sun, 11 Sep 2022 10:58:49 -0400 (EDT)

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

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

diff --git a/helm-files.el b/helm-files.el
index e8c5999811..16231a1188 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -739,7 +739,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
-   "Multi copy" 'helm-ff-mcp
+   "Multiple copy" '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]