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:
parent
12515d890f
commit
66379a737d
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue