From: Michael Albinus Date: Sat, 25 Dec 2021 13:13:27 +0000 (+0100) Subject: * lisp/simple.el (completion-auto-select): Fix docstring. X-Git-Tag: emacs-29.0.90~3460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9966bf9f0c60dcaf09e7778fb6262ed620710cc5;p=emacs.git * lisp/simple.el (completion-auto-select): Fix docstring. --- diff --git a/lisp/simple.el b/lisp/simple.el index 13fbc6ac399..73918a52044 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -9260,7 +9260,7 @@ Called from `temp-buffer-show-hook'." :group 'completion) (defcustom completion-auto-select nil - "Non-nil means to automatically select the completions buffer." + "Non-nil means to automatically select the *Completions* buffer." :type 'boolean :version "29.1" :group 'completion)