From c6ea7fb874a356bd940cc43ab54dcf5827c12cd7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 7 May 2009 02:18:48 +0000 Subject: [PATCH] * files.texi (Visiting): Copyedits. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/files.texi | 30 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 29be8c714d3..31b28b16e2e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2009-05-07 Chong Yidong + + * files.texi (Visiting): Copyedits. + 2009-05-06 Chong Yidong * basic.texi (Inserting Text): Document ucs-insert. diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 985b95539c9..54060b4f9f3 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -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 -- 2.11.4.GIT