branch: elpa/hyperdrive commit e7cb936587863db5be8d25ca49d27f956caaa48b Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@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)