emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/files.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Sun, 03 Mar 2002 17:04:02 -0500

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.63 emacs/man/files.texi:1.64
*** emacs/man/files.texi:1.63   Sun Dec 30 14:46:22 2001
--- emacs/man/files.texi        Sun Mar  3 17:04:01 2002
***************
*** 933,941 ****
  @file{foo.c} is auto-saved in a file @file{#foo.c#}.  Most buffers that
  are not visiting files are auto-saved only if you request it explicitly;
  when they are auto-saved, the auto-save file name is made by appending
! @samp{#%} to the front and @samp{#} to the rear of buffer name.  For
  example, the @samp{*mail*} buffer in which you compose messages to be
! sent is auto-saved in a file named @file{#%*mail*#}.  Auto-save file
  names are made this way unless you reprogram parts of Emacs to do
  something different (the functions @code{make-auto-save-file-name} and
  @code{auto-save-file-name-p}).  The file name to be used for auto-saving
--- 933,942 ----
  @file{foo.c} is auto-saved in a file @file{#foo.c#}.  Most buffers that
  are not visiting files are auto-saved only if you request it explicitly;
  when they are auto-saved, the auto-save file name is made by appending
! @samp{#} to the front and rear of buffer name, then
! adding digits and letters at the end for uniqueness.  For
  example, the @samp{*mail*} buffer in which you compose messages to be
! sent might auto-saved in a file named @file{#*mail*#704juu}.  Auto-save file
  names are made this way unless you reprogram parts of Emacs to do
  something different (the functions @code{make-auto-save-file-name} and
  @code{auto-save-file-name-p}).  The file name to be used for auto-saving



reply via email to

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