Mercurial > emacs
changeset 102611:03183a1400eb
(Vminibuffer_completion_confirm): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 17 Mar 2009 04:37:41 +0000 |
parents | 2a51c267d9ca |
children | c8afcda50ca4 |
files | src/minibuf.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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",