emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Tue, 05 Aug 2003 21:12:25 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.28 emacs/lispref/buffers.texi:1.29
*** emacs/lispref/buffers.texi:1.28     Mon Jul 14 12:05:12 2003
--- emacs/lispref/buffers.texi  Tue Aug  5 21:12:25 2003
***************
*** 444,453 ****
  If @var{filename} is a non-empty string, this function changes the
  name of the file visited in the current buffer to @var{filename}.  (If the
  buffer had no visited file, this gives it one.)  The @emph{next time}
! the buffer is saved it will go in the newly-specified file.  This
! command marks the buffer as modified, since it does not (as far as Emacs
! knows) match the contents of @var{filename}, even if it matched the
! former visited file.
  
  If @var{filename} is @code{nil} or the empty string, that stands for
  ``no visited file''.  In this case, @code{set-visited-file-name} marks
--- 444,456 ----
  If @var{filename} is a non-empty string, this function changes the
  name of the file visited in the current buffer to @var{filename}.  (If the
  buffer had no visited file, this gives it one.)  The @emph{next time}
! the buffer is saved it will go in the newly-specified file.
! 
! This command marks the buffer as modified, since it does not (as far
! as Emacs knows) match the contents of @var{filename}, even if it
! matched the former visited file.  It also renames the buffer to
! correspond to the new file name, unless the new name is already in
! use.
  
  If @var{filename} is @code{nil} or the empty string, that stands for
  ``no visited file''.  In this case, @code{set-visited-file-name} marks




reply via email to

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