; * lisp/minibuffer.el (completion-eager-update): Doc fix.

This commit is contained in:
Eli Zaretskii 2025-08-16 14:28:42 +03:00
parent 4d90bdb385
commit 5124157263

View file

@ -1069,7 +1069,7 @@ metadata."
If `t', always update as you type.
If `auto', only update if the completion property 'eager-update' is
If `auto', only update if the completion property `eager-update' is
non-nil, whether set by the completion table or by
`completion-category-overrides' or by `completion-category-defaults'.