summaryrefslogtreecommitdiff
path: root/man/files.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-03-03 22:04:01 +0000
committerRichard M. Stallman <rms@gnu.org>2002-03-03 22:04:01 +0000
commitec3fa2dd08d8896a73958fa28a09a14ec03efdba (patch)
tree0115591c0284a54b9ba50e574d54f9892a0fb0ca /man/files.texi
parent670833476fd06f95d53f51a4b5c1abdd09748c5e (diff)
downloademacs-ec3fa2dd08d8896a73958fa28a09a14ec03efdba.tar.gz
Update how auto-save file names are made for non-file buffers.
Diffstat (limited to 'man/files.texi')
-rw-r--r--man/files.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/files.texi b/man/files.texi
index 97f944c9483..bb0866abec5 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -933,9 +933,10 @@ front and rear of the visited file name. Thus, a buffer visiting file
@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
+@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 is auto-saved in a file named @file{#%*mail*#}. Auto-save file
+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