Skip to content

Commit

Permalink
Fix completion-auto-help docstring (bug#60709)
Browse files Browse the repository at this point in the history
* lisp/minibuffer.el (completion-auto-help): Remove extra period.
  • Loading branch information
manuel-uberti authored and Eli-Zaretskii committed Jan 10, 2023
1 parent 55aabfe commit f31e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/minibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f31e656

Please sign in to comment.