aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-03 22:04:01 +0000
committerRichard M. Stallman2002-03-03 22:04:01 +0000
commit14661c9a50e1569f1538de1caa80fd0f914aa2ac (patch)
tree48470012b4ea53a4356798e8ed43ea8d94833c05
parent75244a672adc068f9502b910756a1263b281ea12 (diff)
downloademacs-14661c9a50e1569f1538de1caa80fd0f914aa2ac.tar.gz
emacs-14661c9a50e1569f1538de1caa80fd0f914aa2ac.zip
Update how auto-save file names are made for non-file buffers.
-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
933@file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that 933@file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that
934are not visiting files are auto-saved only if you request it explicitly; 934are not visiting files are auto-saved only if you request it explicitly;
935when they are auto-saved, the auto-save file name is made by appending 935when they are auto-saved, the auto-save file name is made by appending
936@samp{#%} to the front and @samp{#} to the rear of buffer name. For 936@samp{#} to the front and rear of buffer name, then
937adding digits and letters at the end for uniqueness. For
937example, the @samp{*mail*} buffer in which you compose messages to be 938example, the @samp{*mail*} buffer in which you compose messages to be
938sent is auto-saved in a file named @file{#%*mail*#}. Auto-save file 939sent might auto-saved in a file named @file{#*mail*#704juu}. Auto-save file
939names are made this way unless you reprogram parts of Emacs to do 940names are made this way unless you reprogram parts of Emacs to do
940something different (the functions @code{make-auto-save-file-name} and 941something different (the functions @code{make-auto-save-file-name} and
941@code{auto-save-file-name-p}). The file name to be used for auto-saving 942@code{auto-save-file-name-p}). The file name to be used for auto-saving