]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.texi (Visiting): Copyedits.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 7 May 2009 02:18:48 +0000 (02:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 7 May 2009 02:18:48 +0000 (02:18 +0000)
doc/emacs/ChangeLog
doc/emacs/files.texi

index 29be8c714d3c121a5a6ca683c945153a65524be4..31b28b16e2ed6f6ca9cd7c00bf9b4c82035933d3 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.texi (Visiting): Copyedits.
+
 2009-05-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * basic.texi (Inserting Text): Document ucs-insert.
index 985b95539c92c0706a815d67175d3085b51d7d91..54060b4f9f30b2d61b840aff6576ca765038c273 100644 (file)
@@ -247,22 +247,22 @@ changes and save them, the file is created.
 
 @cindex minibuffer confirmation
 @cindex confirming in the minibuffer
-  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
-whether Emacs asks for confirmation before visiting a new file.  The
-default value, @code{after-completion}, gives the behavior we have
-just described.  If the value is @code{nil}, Emacs never asks for
-confirmation; for any other non-@code{nil} value, Emacs always asks
-for confirmation.  This variable also affects the
-@code{switch-to-buffer} command (@pxref{Select Buffer}).
+  When @key{TAB} completion results in a nonexistent file name and you
+type @key{RET} immediately to visit it, Emacs asks for confirmation;
+this is because it's possible that you expected completion to go
+further and give you an existing file's name.  The string
+@samp{[Confirm]} appears for a short time after the file name to
+indicate the need to confirm in this way.  Type @key{RET} to confirm
+and visit the nonexistent file.  The variable
+@code{confirm-nonexistent-file-or-buffer} controls whether Emacs asks
+for confirmation before visiting a new file.  The default value,
+@code{after-completion}, gives the behavior we have just described.
+If the value is @code{nil}, Emacs never asks for confirmation; for any
+other non-@code{nil} value, Emacs always asks for confirmation.  This
+variable also affects the @code{switch-to-buffer} command
+(@pxref{Select Buffer}).  @xref{Completion}, for more information
+about completion.
 
 @kindex C-x C-v
 @findex find-alternate-file