emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 27 Dec 2005 22:54:08 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.798 emacs/lisp/files.el:1.799
--- emacs/lisp/files.el:1.798   Fri Dec 16 15:41:21 2005
+++ emacs/lisp/files.el Tue Dec 27 22:54:08 2005
@@ -2565,8 +2565,9 @@
 
 (defun set-visited-file-name (filename &optional no-query along-with-file)
   "Change name of file visited in current buffer to FILENAME.
+This also renames the buffer to correspond to the new file.
 The next time the buffer is saved it will go in the newly specified file.
-FILENAME nil or an empty string means make buffer not be visiting any file.
+FILENAME nil or an empty string means mark buffer as not visiting any file.
 Remember to delete the initial contents of the minibuffer
 if you wish to pass an empty string as the argument.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]