]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/files.texi (Auto Save Files): Improve indexing (bug#39259).
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Jan 2020 08:18:32 +0000 (10:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Jan 2020 08:19:19 +0000 (10:19 +0200)
doc/emacs/files.texi

index 0af3ac24eb17a9e7c7f950f69d215f020001e1c3..a89b16b3f6d41a37f3a08310962a435dd64801e0 100644 (file)
@@ -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