From: Manuel Uberti Date: Tue, 10 Jan 2023 13:24:04 +0000 (+0100) Subject: Fix completion-auto-help docstring (bug#60709) X-Git-Tag: emacs-29.0.90~771 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f31e65694caf7bd7aa981e13969e2c86fde59a13;p=emacs.git Fix completion-auto-help docstring (bug#60709) * lisp/minibuffer.el (completion-auto-help): Remove extra period. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index f47299bd0da..21d4607e7cf 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -986,7 +986,7 @@ already visible. 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)