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

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

[elpa] externals/embark dca6208: Friendlier custom type for embark-help-


From: ELPA Syncer
Subject: [elpa] externals/embark dca6208: Friendlier custom type for embark-help-key
Date: Tue, 9 Nov 2021 10:57:16 -0500 (EST)

branch: externals/embark
commit dca620898502679b710a0a6fc03277996847acce
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Friendlier custom type for embark-help-key
---
 embark.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 46ca0ae..7ef5ddf 100644
--- a/embark.el
+++ b/embark.el
@@ -223,7 +223,10 @@ is the key representation accepted by `define-key'."
 
 The key must be either nil, a string or a vector.  This
 is the key representation accepted by `define-key'."
-  :type '(choice key-sequence (const :tag "None" nil)))
+  :type '(choice (const :tag "Use 'C-h'" "\C-h")
+                 (const :tag "Use '?'" "?")
+                 (const :tag "None" nil)
+                 key-sequence))
 
 (defcustom embark-keybinding-repeat
   (propertize "*" 'face 'embark-keybinding-repeat)



reply via email to

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