emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9966bf9f0c 1/3: * lisp/simple.el (completion-auto-select): Fix do


From: Michael Albinus
Subject: master 9966bf9f0c 1/3: * lisp/simple.el (completion-auto-select): Fix docstring.
Date: Sat, 25 Dec 2021 08:14:14 -0500 (EST)

branch: master
commit 9966bf9f0c60dcaf09e7778fb6262ed620710cc5
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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 13fbc6ac39..73918a5204 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]