aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2012-12-01 09:49:48 +0800
committerChong Yidong2012-12-01 09:49:48 +0800
commita24580314dc15730a931068fa93ed1f263640c5e (patch)
tree14d77d53908d57d3c754c60afb6c2c55567c2a7f /src
parentf4f3b439bcfffde8d1f0d5e9eb17cd84a50afc21 (diff)
downloademacs-a24580314dc15730a931068fa93ed1f263640c5e.tar.gz
emacs-a24580314dc15730a931068fa93ed1f263640c5e.zip
* fileio.c (Vauto_save_list_file_name): Minor doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fileio.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 48776fcbdc7..d3d6d3969c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-12-01 Chong Yidong <cyd@gnu.org>
2
3 * fileio.c (Vauto_save_list_file_name): Doc fix.
4
12012-11-30 Fabrice Popineau <fabrice.popineau@gmail.com> 52012-11-30 Fabrice Popineau <fabrice.popineau@gmail.com>
2 6
3 * w32fns.c: Remove prototype of atof. 7 * w32fns.c: Remove prototype of atof.
diff --git a/src/fileio.c b/src/fileio.c
index a04eb8ecea1..490116dbc5c 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5779,7 +5779,7 @@ This applies only to the operation `inhibit-file-name-operation'. */);
5779 DEFVAR_LISP ("auto-save-list-file-name", Vauto_save_list_file_name, 5779 DEFVAR_LISP ("auto-save-list-file-name", Vauto_save_list_file_name,
5780 doc: /* File name in which we write a list of all auto save file names. 5780 doc: /* File name in which we write a list of all auto save file names.
5781This variable is initialized automatically from `auto-save-list-file-prefix' 5781This variable is initialized automatically from `auto-save-list-file-prefix'
5782shortly after Emacs reads your `.emacs' file, if you have not yet given it 5782shortly after Emacs reads your init file, if you have not yet given it
5783a non-nil value. */); 5783a non-nil value. */);
5784 Vauto_save_list_file_name = Qnil; 5784 Vauto_save_list_file_name = Qnil;
5785 5785