diff options
| author | Xue Fuqiao | 2013-12-22 08:52:26 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-22 08:52:26 +0800 |
| commit | 2dc383bc06b279f246f0a6bdf239899082975383 (patch) | |
| tree | 1ada12f3d242b1ab0488c403e43f8ef69dc0752b /src | |
| parent | b51ad4cf0a4ff7d2140197980ef93e098899a906 (diff) | |
| download | emacs-2dc383bc06b279f246f0a6bdf239899082975383.tar.gz emacs-2dc383bc06b279f246f0a6bdf239899082975383.zip | |
* src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lread.c | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2c5cf20167..832caf42a06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * lread.c (syms_of_lread) <load_prefer_newer>: Doc fix. | ||
| 4 | |||
| 1 | 2013-12-21 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-12-21 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * nsterm.h: Declare EmacsColor category. | 7 | * 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. */); | |||
| 4679 | This applies when a filename suffix is not explicitly specified and | 4679 | This applies when a filename suffix is not explicitly specified and |
| 4680 | `load' is trying various possible suffixes (see `load-suffixes' and | 4680 | `load' is trying various possible suffixes (see `load-suffixes' and |
| 4681 | `load-file-rep-suffixes'). Normally, it stops at the first file | 4681 | `load-file-rep-suffixes'). Normally, it stops at the first file |
| 4682 | that exists. If this option is non-nil, it checks all suffixes and | 4682 | that exists unless you explicitly specify one or the other. If this |
| 4683 | uses whichever file is newest. | 4683 | option is non-nil, it checks all suffixes and uses whichever file is |
| 4684 | newest. | ||
| 4684 | Note that if you customize this, obviously it will not affect files | 4685 | Note that if you customize this, obviously it will not affect files |
| 4685 | that are loaded before your customizations are read! */); | 4686 | that are loaded before your customizations are read! */); |
| 4686 | load_prefer_newer = 0; | 4687 | load_prefer_newer = 0; |