Skip to content

Commit a033602

Browse files
committed
* doc/emacs/files.texi (Auto Save Files): Improve indexing (bug#39259).
1 parent 57fb8b1 commit a033602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/emacs/files.texi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ want to make permanent. Instead, auto-saving is done in a different
10791079
file called the @dfn{auto-save file}, and the visited file is changed
10801080
only when you request saving explicitly (such as with @kbd{C-x C-s}).
10811081

1082+
@cindex @file{#}, in auto-save file names
10821083
Normally, the auto-save file name is made by appending @samp{#} to the
10831084
front and rear of the visited file name. Thus, a buffer visiting file
10841085
@file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that

0 commit comments

Comments
 (0)