* fileio.c (Vauto_save_list_file_name): Minor doc fix.
This commit is contained in:
parent
f4f3b439bc
commit
a24580314d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-12-01 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* fileio.c (Vauto_save_list_file_name): Doc fix.
|
||||
|
||||
2012-11-30 Fabrice Popineau <fabrice.popineau@gmail.com>
|
||||
|
||||
* w32fns.c: Remove prototype of atof.
|
||||
|
|
|
@ -5779,7 +5779,7 @@ This applies only to the operation `inhibit-file-name-operation'. */);
|
|||
DEFVAR_LISP ("auto-save-list-file-name", Vauto_save_list_file_name,
|
||||
doc: /* File name in which we write a list of all auto save file names.
|
||||
This variable is initialized automatically from `auto-save-list-file-prefix'
|
||||
shortly after Emacs reads your `.emacs' file, if you have not yet given it
|
||||
shortly after Emacs reads your init file, if you have not yet given it
|
||||
a non-nil value. */);
|
||||
Vauto_save_list_file_name = Qnil;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue