From: Lars Ingebrigtsen Date: Sat, 30 Apr 2016 15:30:59 +0000 (+0200) Subject: (extended-command-suggest-shorter): Add a version string X-Git-Tag: emacs-26.0.90~2080 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66379a737d0ab09d05f9d770cf715247db5eacae;p=emacs.git (extended-command-suggest-shorter): Add a version string * lisp/simple.el (extended-command-suggest-shorter): Add a version string. --- 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