From 512415726300cba09e6b6d7f2d2387dfb3d62bf5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Aug 2025 14:28:42 +0300 Subject: [PATCH] ; * lisp/minibuffer.el (completion-eager-update): Doc fix. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 29d880e73c5..f0994adbb70 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -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'.