]> code.delx.au - gnu-emacs/commitdiff
(extended-command-suggest-shorter): Add a version string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 15:30:59 +0000 (17:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 15:30:59 +0000 (17:30 +0200)
* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.

lisp/simple.el

index fca739636c61335499b2d0b0c0b4124f246a59fd..da6deea3e84c2b9541afea3be7aca0f204802e88 100644 (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