changeset 103169:6f832a7c8071

* files.texi (Visiting): Copyedits.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 07 May 2009 02:18:48 +0000
parents 14d59871ce25
children b1a13af05536
files doc/emacs/ChangeLog doc/emacs/files.texi
diffstat 2 files changed, 19 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Thu May 07 00:03:42 2009 +0000
+++ b/doc/emacs/ChangeLog	Thu May 07 02:18:48 2009 +0000
@@ -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.
--- a/doc/emacs/files.texi	Thu May 07 00:03:42 2009 +0000
+++ b/doc/emacs/files.texi	Thu May 07 02:18:48 2009 +0000
@@ -247,22 +247,22 @@
 
 @cindex minibuffer confirmation
 @cindex confirming in the minibuffer
+@vindex confirm-nonexistent-file-or-buffer
   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}).
+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