diff options
| author | Chong Yidong | 2012-12-01 09:49:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-12-01 09:49:48 +0800 |
| commit | a24580314dc15730a931068fa93ed1f263640c5e (patch) | |
| tree | 14d77d53908d57d3c754c60afb6c2c55567c2a7f /src | |
| parent | f4f3b439bcfffde8d1f0d5e9eb17cd84a50afc21 (diff) | |
| download | emacs-a24580314dc15730a931068fa93ed1f263640c5e.tar.gz emacs-a24580314dc15730a931068fa93ed1f263640c5e.zip | |
* fileio.c (Vauto_save_list_file_name): Minor doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fileio.c | 2 |
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 @@ | |||
| 1 | 2012-12-01 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Vauto_save_list_file_name): Doc fix. | ||
| 4 | |||
| 1 | 2012-11-30 Fabrice Popineau <fabrice.popineau@gmail.com> | 5 | 2012-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. |
| 5781 | This variable is initialized automatically from `auto-save-list-file-prefix' | 5781 | This variable is initialized automatically from `auto-save-list-file-prefix' |
| 5782 | shortly after Emacs reads your `.emacs' file, if you have not yet given it | 5782 | shortly after Emacs reads your init file, if you have not yet given it |
| 5783 | a non-nil value. */); | 5783 | a non-nil value. */); |
| 5784 | Vauto_save_list_file_name = Qnil; | 5784 | Vauto_save_list_file_name = Qnil; |
| 5785 | 5785 | ||