From 1b79e224675578e11bfe3569de212d84d89445d0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 17 Mar 2009 04:37:41 +0000 Subject: [PATCH] (Vminibuffer_completion_confirm): Doc fix. --- src/minibuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minibuf.c b/src/minibuf.c index 9daffac2525..138581fb835 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2202,8 +2202,8 @@ If the value is `confirm', the user may exit with an input that is not a valid completion alternative, but Emacs asks for confirmation. If the value is `confirm-after-completion', the user may exit with an input that is not a valid completion alternative, but Emacs asks for - confirmation if the user submitted the input right after - `minibuffer-complete'. */); + confirmation if the user submitted the input right after any of the + completion commands listed in `minibuffer-confirm-exit-commands'. */); Vminibuffer_completion_confirm = Qnil; DEFVAR_LISP ("minibuffer-completing-file-name", -- 2.39.5