]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vminibuffer_completion_confirm): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 17 Mar 2009 04:37:41 +0000 (04:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 17 Mar 2009 04:37:41 +0000 (04:37 +0000)
src/minibuf.c

index 9daffac2525de0c3b543f1b34b624e24161d1674..138581fb835eaa350976956cc525354a6f943c3c 100644 (file)
@@ -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",