]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix completion-auto-help docstring (bug#60709)
authorManuel Uberti <manuel.uberti@inventati.org>
Tue, 10 Jan 2023 13:24:04 +0000 (14:24 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 10 Jan 2023 14:23:32 +0000 (16:23 +0200)
* lisp/minibuffer.el (completion-auto-help): Remove extra period.

lisp/minibuffer.el

index f47299bd0da38984a0061625b7bbbb010f54d6a7..21d4607e7cff2b724309cd7ed1b6d6c28b6038a2 100644 (file)
@@ -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)