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

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

[nongnu] elpa/hyperdrive a6c131b9db 011/123: Tidy


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive a6c131b9db 011/123: Tidy
Date: Fri, 6 Oct 2023 01:00:58 -0400 (EDT)

branch: elpa/hyperdrive
commit a6c131b9db3bb4d4cb376bc2627177f481c1bbee
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy
---
 hyperdrive.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index edfd0f28c2..e0e1ca8d9c 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -850,14 +850,11 @@ The return value of this function is the retrieval 
buffer."
      ;; set up this group at runtime and include the default
      ;; `revert-buffer' binding.
      revert-buffer :description "Revert")
-    ("f s"
+    ("f s" "Save"
      ;; TODO: Learn how to use `transient-setup-children' to
      ;; set up this group at runtime and include the default
      ;; `save-buffer' binding.
-     save-buffer
-     :description (lambda ()
-                    (format "Save (bound to %s outside of transient)"
-                            (substitute-command-keys 
"\\<global-map>\\[save-buffer]"))))
+     save-buffer)
     ("f W"
      ;; TODO: Learn how to use `transient-setup-children' to
      ;; set up this group at runtime and include the default



reply via email to

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