]> git.eshelyaron.com Git - emacs.git/commitdiff
(Visiting): Rewrite paragraph for clarity.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 26 Nov 2008 15:32:49 +0000 (15:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 26 Nov 2008 15:32:49 +0000 (15:32 +0000)
doc/emacs/files.texi

index ac072dbeaa5615d773e973f2c2fc0d908d82eb12..3c338fcdfe6df016b8d7ed059367b50af32579d9 100644 (file)
@@ -247,15 +247,13 @@ changes and save them, the file is created.
 
 @cindex minibuffer confirmation
 @cindex confirming in the minibuffer
-  When you attempt to visit a new file, Emacs might prompt you for
-confirmation first, in case you entered the wrong file name.  Emacs
-asks for confirmation only if the last key you typed in the
-minibuffer, before submitting the input with @key{RET}, was @key{TAB}
-(@code{minibuffer-complete}).  This catches a common mistake, in which
-one types @key{RET} before realizing that @key{TAB} did not complete
-far enough to yield a desired file name (@pxref{Completion}).  Emacs
-asks for confirmation by putting the message @samp{[Confirm]} in the
-minibuffer; type @key{RET} again to confirm and visit the file.
+  When @key{TAB} completion results in a nonexistent file name and you
+type @key{RET} immediately to visit it, Emacs asks for confirmation
+because it is quite possible that you expected completion to go
+further and give you an existing file's name.  Type @key{RET} to
+confirm and visit the nonexistent file.  The string @samp{[Confirm]}
+appears for a short time after the file name to indicate the need to
+confirm in this way.
 
 @vindex confirm-nonexistent-file-or-buffer
   The variable @code{confirm-nonexistent-file-or-buffer} controls