]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 00:52:26 +0000 (08:52 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 00:52:26 +0000 (08:52 +0800)
src/ChangeLog
src/lread.c

index e2c5cf201673ef3232e9ac3c31d184302a0ea5ae..832caf42a067f02c6b50a704652fad59bafca29f 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
+
 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsterm.h: Declare EmacsColor category.
index 6404b56fc11cd99630b28c7814e1bc017c5cb619..1db3a47ef0af90fbce94df6e691d07817a5440ae 100644 (file)
@@ -4679,8 +4679,9 @@ variables, this must be set in the first line of a file.  */);
 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;