diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-30 17:30:59 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-30 17:30:59 +0200 |
commit | 66379a737d0ab09d05f9d770cf715247db5eacae (patch) | |
tree | 37d888f11a220bb04f286d4054cc82712356d429 /lisp/simple.el | |
parent | 12515d890f3c545186e023863e4ee6ba2cc65333 (diff) | |
download | emacs-66379a737d0ab09d05f9d770cf715247db5eacae.tar.gz |
(extended-command-suggest-shorter): Add a version string
* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index fca739636c6..da6deea3e84 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 |