From b3870cba7704f0cc09ce91eb6cd19360cd9c190c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 15 Jan 2026 08:10:48 +0200 Subject: [PATCH] ; * doc/lispref/display.texi (Progress): Revert inaccurate text. --- doc/lispref/display.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 458f2e51992..5f92f23c694 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -525,8 +525,7 @@ If @var{context} is the symbol @code{async}, it announces that the updates will occur asynchronously. Backends can use that info to prevent the progress updates from interfering with other data. For example, the backend that displays the progress in the echo area will not display -those async updates when the echo area or the minibuffer window are in -use. +those async updates when the echo area is in use. This function calls @code{progress-reporter-update}, so the first message is printed immediately.