diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-03 15:44:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-03 15:44:24 +0000 |
commit | 9589417cd45ff2c75023bc28888b517a564a66d3 (patch) | |
tree | 3965aee713400c0441cba940fda2affb1ef7446b /lispref | |
parent | 38cee3ab4d782530b928297de0763de5e46ee501 (diff) | |
download | emacs-9589417cd45ff2c75023bc28888b517a564a66d3.tar.gz |
Doc auto-save-list-file-name.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/backups.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 7944b7361b2..ec1980957e2 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi @@ -549,6 +549,19 @@ stores a positive value in this variable, thus reenabling auto-save. Turning auto-save mode off or on also alters this variable. @end defvar +@defvar auto-save-list-file-name +This variable (if non-@code{nil}) specifies a file for recording the +names of all the auto-save files. Each time Emacs does auto-saving, it +writes into this file the names of all the auto-save files of all the +buffers that have auto-save enabled. If Emacs crashes, you can look in +this file to find all the auto-save files that might contain work that +was otherwise lost. The @code{multi-replace} command uses these files. + +The default name for this file is in your home directory and starts with +@samp{.saves-}. It also contains the Emacs process @sc{id} and the host +name. +@end defvar + @node Reverting @section Reverting |