changeset 64154:b2c833193d1a

(Saving): Minor correction about C-x C-w.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Jul 2005 01:07:14 +0000
parents 566b3f121f51
children d472ab756b06
files man/files.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/files.texi	Fri Jul 08 01:06:03 2005 +0000
+++ b/man/files.texi	Fri Jul 08 01:07:14 2005 +0000
@@ -464,8 +464,9 @@
 @kindex C-x C-w
 @findex write-file
   If you wish to mark the buffer as visiting a different file and save it
-right away, use @kbd{C-x C-w} (@code{write-file}).  It is precisely
-equivalent to @code{set-visited-file-name} followed by @kbd{C-x C-s}.
+right away, use @kbd{C-x C-w} (@code{write-file}).  It is
+equivalent to @code{set-visited-file-name} followed by @kbd{C-x C-s}
+(except that @kbd{C-x C-w} asks for confirmation if the file exists).
 @kbd{C-x C-s} used on a buffer that is not visiting a file has the
 same effect as @kbd{C-x C-w}; that is, it reads a file name, marks the
 buffer as visiting that file, and saves it there.  The default file name in