From 90810a8ef08f7d86ed0e17ae4f355b69c3d24605 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 17 Mar 2009 04:39:09 +0000 Subject: [PATCH] (minibuffer-complete-and-exit): Doc fix. --- lisp/minibuffer.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index c7e3376e531..92325ae4958 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -539,8 +539,9 @@ If `minibuffer-completion-confirm' is `confirm', do not try to confirmed. If `minibuffer-completion-confirm' is `confirm-after-completion', do not try to complete; instead, ask for confirmation if the - preceding minibuffer command was `minibuffer-complete', and - accept the input otherwise." + preceding minibuffer command was a member of + `minibuffer-confirm-exit-commands', and accept the input + otherwise." (interactive) (let ((beg (field-beginning)) (end (field-end))) -- 2.39.5