mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 13:40:50 +00:00
* doc/emacs/files.texi (Auto Save Files): Improve indexing (bug#39259).
This commit is contained in:
parent
57fb8b10c1
commit
a0336029db
1 changed files with 1 additions and 0 deletions
|
@ -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
|
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}).
|
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
|
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
|
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
|
@file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue