From d1e447ac13a794f190ee465c1bb9d59762cf2007 Mon Sep 17 00:00:00 2001 From: Manuel Uberti Date: Tue, 10 Jan 2023 14:24:04 +0100 Subject: [PATCH] Fix completion-auto-help docstring * lisp/minibuffer.el (completion-auto-help): Remove extra period. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index f47299bd0d..21d4607e7c 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -986,7 +986,7 @@ completion-auto-help If the value is `visible', the *Completions* buffer is displayed whenever completion is requested but cannot be done for the first time, but remains visible thereafter, and the list of completions in it is -updated for subsequent attempts to complete.." +updated for subsequent attempts to complete." :type '(choice (const :tag "Don't show" nil) (const :tag "Show only when cannot complete" t) (const :tag "Show after second failed completion attempt" lazy) -- 2.34.1