From: Xue Fuqiao Date: Sun, 22 Dec 2013 00:52:26 +0000 (+0800) Subject: * src/lread.c (syms_of_lread) : Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dc383bc06b279f246f0a6bdf239899082975383;p=emacs.git * src/lread.c (syms_of_lread) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index e2c5cf20167..832caf42a06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-12-22 Xue Fuqiao + + * lread.c (syms_of_lread) : Doc fix. + 2013-12-21 Jan Djärv * nsterm.h: Declare EmacsColor category. diff --git a/src/lread.c b/src/lread.c index 6404b56fc11..1db3a47ef0a 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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;