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

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

[nongnu] elpa/helm 4ca46f46ff 1/2: Fix action names


From: ELPA Syncer
Subject: [nongnu] elpa/helm 4ca46f46ff 1/2: Fix action names
Date: Mon, 1 Apr 2024 13:00:28 -0400 (EDT)

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

    Fix action names
---
 helm-types.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-types.el b/helm-types.el
index fe3da6f668..be6cb24435 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -138,9 +138,9 @@
    "Jump to BM other tab" 'helm-bookmark-jump-other-tab
    "Show bookmark annotation" 'helm-bookmark-show-annotation
    "Bookmark edit annotation" 'bookmark-edit-annotation
-   "Delete bookmark(s)" 'helm-delete-marked-bookmarks
+   "Delete marked bookmark(s)" 'helm-delete-marked-bookmarks
    "Edit Bookmark" 'helm-bookmark-edit-bookmark
-   "Rename bookmark" 'helm-bookmark-rename-marked
+   "Rename marked bookmark(s)" 'helm-bookmark-rename-marked
    "Relocate bookmark" 'bookmark-relocate)
   "Default actions for type bookmarks."
   :group 'helm-bookmark



reply via email to

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