diff options
| -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 | |||
| 1079 | file called the @dfn{auto-save file}, and the visited file is changed | 1079 | file called the @dfn{auto-save file}, and the visited file is changed |
| 1080 | only when you request saving explicitly (such as with @kbd{C-x C-s}). | 1080 | only when you request saving explicitly (such as with @kbd{C-x C-s}). |
| 1081 | 1081 | ||
| 1082 | @cindex @file{#}, in auto-save file names | ||
| 1082 | Normally, the auto-save file name is made by appending @samp{#} to the | 1083 | Normally, the auto-save file name is made by appending @samp{#} to the |
| 1083 | front and rear of the visited file name. Thus, a buffer visiting file | 1084 | front and rear of the visited file name. Thus, a buffer visiting file |
| 1084 | @file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that | 1085 | @file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that |