diff options
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 0af3ac24eb1..a89b16b3f6d 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1079,6 +1079,7 @@ want to make permanent. Instead, auto-saving is done in a different file called the @dfn{auto-save file}, and the visited file is changed only when you request saving explicitly (such as with @kbd{C-x C-s}). +@cindex @file{#}, in auto-save file names Normally, the auto-save file name is made by appending @samp{#} to the 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 |