]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-visited-file-name): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 22:54:13 +0000 (22:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 22:54:13 +0000 (22:54 +0000)
lisp/ChangeLog
lisp/files.el

index 4e56c1bb12fe54b52dd6d2d91a4c2e58ea83e830..560f00341f58859a6b3c001af5630361e3bf808d 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-27  Richard M. Stallman  <rms@gnu.org>
 
+       * files.el (set-visited-file-name): Doc fix.
+
        * textmodes/flyspell.el (flyspell-external-point-words):
        Use local var buffer-scan-pos to advance scan for next misspelling.
        Advance it only after we find the misspelling.
index bb2342c2cefcac96d01a8eb45eec3ffbcaced068..0522f47f15fb1130e3f32e43b097294c3fc31873 100644 (file)
@@ -2565,8 +2565,9 @@ However, the mode will not be changed if
 
 (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.