# HG changeset patch # User Chong Yidong # Date 1237264661 0 # Node ID 03183a1400eb6868fa48f5cbec5f6e2bdb333911 # Parent 2a51c267d9ca860cbbc861d1ffb0035792ca5db9 (Vminibuffer_completion_confirm): Doc fix. diff -r 2a51c267d9ca -r 03183a1400eb src/minibuf.c --- a/src/minibuf.c Tue Mar 17 04:37:17 2009 +0000 +++ b/src/minibuf.c Tue Mar 17 04:37:41 2009 +0000 @@ -2202,8 +2202,8 @@ 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",