mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
Fix completion-auto-help docstring (bug#60709)
* lisp/minibuffer.el (completion-auto-help): Remove extra period.
This commit is contained in:
parent
55aabfea4a
commit
f31e65694c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue