emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src minibuf.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src minibuf.c
Date: Tue, 17 Mar 2009 04:37:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/17 04:37:42

Modified files:
        src            : minibuf.c 

Log message:
        (Vminibuffer_completion_confirm): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/minibuf.c?cvsroot=emacs&r1=1.361&r2=1.362

Patches:
Index: minibuf.c
===================================================================
RCS file: /sources/emacs/emacs/src/minibuf.c,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -b -r1.361 -r1.362
--- minibuf.c   8 Jan 2009 03:15:50 -0000       1.361
+++ minibuf.c   17 Mar 2009 04:37:41 -0000      1.362
@@ -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",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]