From 9966bf9f0c60dcaf09e7778fb6262ed620710cc5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 25 Dec 2021 14:13:27 +0100 Subject: [PATCH] * lisp/simple.el (completion-auto-select): Fix docstring. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2