emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115672: * src/lread.c (syms_of_lread) <load_prefer_


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115672: * src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
Date: Sun, 22 Dec 2013 00:52:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115672
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 08:52:26 +0800
message:
  * src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/lread.c                    lread.c-20091113204419-o5vbwnq5f7feedwu-266
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-12-21 16:12:52 +0000
+++ b/src/ChangeLog     2013-12-22 00:52:26 +0000
@@ -1,3 +1,7 @@
+2013-12-22  Xue Fuqiao  <address@hidden>
+
+       * lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
+
 2013-12-21  Jan Djärv  <address@hidden>
 
        * nsterm.h: Declare EmacsColor category.

=== modified file 'src/lread.c'
--- a/src/lread.c       2013-12-18 22:35:17 +0000
+++ b/src/lread.c       2013-12-22 00:52:26 +0000
@@ -4679,8 +4679,9 @@
 This applies when a filename suffix is not explicitly specified and
 `load' is trying various possible suffixes (see `load-suffixes' and
 `load-file-rep-suffixes').  Normally, it stops at the first file
-that exists.  If this option is non-nil, it checks all suffixes and
-uses whichever file is newest.
+that exists unless you explicitly specify one or the other.  If this
+option is non-nil, it checks all suffixes and uses whichever file is
+newest.
 Note that if you customize this, obviously it will not affect files
 that are loaded before your customizations are read!  */);
   load_prefer_newer = 0;


reply via email to

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