From 16f56815f9471c2e1e66dad81e5f5aed7924fe57 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Jul 2005 01:07:22 +0000 Subject: [PATCH] (Saving): Minor correction about C-x C-w. --- man/ChangeLog | 6 ++++++ man/files.texi | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 348b169cd0..0bc0277021 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2005-07-07 Richard M. Stallman + + * 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 * search.texi (Isearch Scroll): Add example of using the diff --git a/man/files.texi b/man/files.texi index 26f6af3760..06833e785a 100644 --- a/man/files.texi +++ b/man/files.texi @@ -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 -- 2.39.2