emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110976: * fileio.c (Vauto_save_li


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110976: * fileio.c (Vauto_save_list_file_name): Minor doc fix.
Date: Sat, 01 Dec 2012 09:49:48 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110976
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-12-01 09:49:48 +0800
message:
  * fileio.c (Vauto_save_list_file_name): Minor doc fix.
modified:
  src/ChangeLog
  src/fileio.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-30 15:14:22 +0000
+++ b/src/ChangeLog     2012-12-01 01:49:48 +0000
@@ -1,3 +1,7 @@
+2012-12-01  Chong Yidong  <address@hidden>
+
+       * fileio.c (Vauto_save_list_file_name): Doc fix.
+
 2012-11-30  Fabrice Popineau  <address@hidden>
 
        * w32fns.c: Remove prototype of atof.

=== modified file 'src/fileio.c'
--- a/src/fileio.c      2012-11-18 16:43:36 +0000
+++ b/src/fileio.c      2012-12-01 01:49:48 +0000
@@ -5779,7 +5779,7 @@
   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;
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]