1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(extended-command-suggest-shorter): Add a version string

* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.
This commit is contained in:
Lars Ingebrigtsen 2016-04-30 17:30:59 +02:00
parent 12515d890f
commit 66379a737d

View file

@ -1635,9 +1635,10 @@ If the value is non-nil and not a number, we wait 2 seconds."
(other :tag "on")))
(defcustom extended-command-suggest-shorter t
"Non-nil means show a shorter M-x invocation when there is one."
"If non-nil, show a shorter M-x invocation when there is one."
:group 'keyboard
:type 'boolean)
:type 'boolean
:version "25.2")
(defun execute-extended-command--shorter-1 (name length)
(cond