master c7639dce308: ; * lisp/minibuffer.el (completion--in-region-1): Fix last change.

Sean Whitton <[email protected]> Mon, 3 Aug 2026 06:54:28 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: master
commit c7639dce3082de7f459ae234e630a97bd62c5e34
Author: Sean Whitton <[email protected]>
Commit: Sean Whitton <[email protected]>

    ; * lisp/minibuffer.el (completion--in-region-1): Fix last change.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 24156ded8b3..b61d614a592 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -1781,7 +1781,7 @@ scroll the window of possible completions."
                (#b000 nil)
                (_     t))
         ;; FIXME: This part of the fix for bug#81537 reintroduces
-        ;; bug#67001 for `icomplete-in-region' users.  It's not as bad
+        ;; bug#67001 for `icomplete-in-buffer' users.  It's not as bad
         ;; for them because Icomplete users probably expect to have to
         ;; C-g out of completion before using other bindings, but maybe
         ;; we can still fix it.  --spwhitton