]> git.eshelyaron.com Git - emacs.git/commitdiff
(Saving): Minor correction about C-x C-w.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Jul 2005 01:07:22 +0000 (01:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Jul 2005 01:07:22 +0000 (01:07 +0000)
man/ChangeLog
man/files.texi

index 348b169cd0acf757921fc85d18219c0ba764d4a4..0bc0277021b9f068f488b698bf696730896bb702 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-07  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Saving): Minor correction about C-x C-w.
+
+       * display.texi (Display Custom): Don't mention mode-line-inverse-video.
+
 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
 
        * search.texi (Isearch Scroll): Add example of using the
index 26f6af37603e7c155e0827b8cf7ab8c723c2a991..06833e785a24beeef5a2fbc1711563a1492afa1a 100644 (file)
@@ -464,8 +464,9 @@ buffer as ``modified'' so that @kbd{C-x C-s} in that buffer
 @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