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

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

[nongnu] elpa/hyperdrive e7cb936587 01/14: Tidy: (hyperdrive-mark-as-saf


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive e7cb936587 01/14: Tidy: (hyperdrive-mark-as-safe) Capitalization
Date: Sun, 18 Aug 2024 19:00:18 -0400 (EDT)

branch: elpa/hyperdrive
commit e7cb936587863db5be8d25ca49d27f956caaa48b
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: (hyperdrive-mark-as-safe) Capitalization
---
 hyperdrive.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 531a6bfaff..e2269e1a1f 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -164,8 +164,8 @@ Interactively, prompt for hyperdrive and action."
                                  (if safep
                                      (propertize "safe" 'face 'success)
                                    (propertize "unsafe" 'face 'error)))
-                         '(("safe" ?S "Mark as safe")
-                           ("unsafe" ?u "Mark as unsafe")
+                         '(("safe" ?S "mark as safe")
+                           ("unsafe" ?u "mark as unsafe")
                            ("info" ?i "show Info manual section about safety")
                            ("quit" ?q "quit")))
                    ((or ?S "safe") t)



reply via email to

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