From: Eli Zaretskii Date: Fri, 24 Jan 2020 08:18:32 +0000 (+0200) Subject: * doc/emacs/files.texi (Auto Save Files): Improve indexing (bug#39259). X-Git-Tag: emacs-27.0.90~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0336029db;p=emacs.git * doc/emacs/files.texi (Auto Save Files): Improve indexing (bug#39259). --- 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