diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index eb21814a3d4..13fbc6ac399 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -9259,7 +9259,7 @@ Called from `temp-buffer-show-hook'." :version "22.1" :group 'completion) -(defcustom completion-auto-select t +(defcustom completion-auto-select nil "Non-nil means to automatically select the completions buffer." :type 'boolean :version "29.1" |