Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.108 emacs/man/files.texi:1.109
*** emacs/man/files.texi:1.108  Wed Jun  8 22:36:28 2005
--- emacs/man/files.texi        Fri Jul  8 01:07:14 2005
***************
*** 464,471 ****
  @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}.
  @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
--- 464,472 ----
  @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
! 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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to