emacs-diffs
[Top][All Lists]
Advanced

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

master e65ed927953: ; * lisp/simple.el (suggest-key-bindings): Fix :type


From: Eli Zaretskii
Subject: master e65ed927953: ; * lisp/simple.el (suggest-key-bindings): Fix :type.
Date: Sun, 17 Sep 2023 12:33:32 -0400 (EDT)

branch: master
commit e65ed927953d1c7cc16d6d61f434748ad4356443
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/simple.el (suggest-key-bindings): Fix :type.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index d9f4ee19704..ef11a5eb4f6 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2504,7 +2504,7 @@ Equivalent key-bindings are also shown in the completion 
list of
   :group 'keyboard
   :type '(choice (const :tag "off" nil)
                  (natnum :tag "time" 2)
-                 (other :tag "on")))
+                 (other :tag "on" t)))
 
 (defcustom extended-command-suggest-shorter t
   "If non-nil, show a shorter \\[execute-extended-command] invocation \



reply via email to

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