aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-12-22 18:54:28 -0800
committerGlenn Morris2013-12-22 18:54:28 -0800
commitaec3bf9f49c8c0d0356a0e57f362bd0e23206e7d (patch)
tree1968eb7f765b2b67cfe72ab250fabbcb3ebc9413 /doc/lispref/ChangeLog
parentbb962da29aed412d70ac4b0b02bb343eb133dc88 (diff)
downloademacs-aec3bf9f49c8c0d0356a0e57f362bd0e23206e7d.tar.gz
emacs-aec3bf9f49c8c0d0356a0e57f362bd0e23206e7d.zip
Some documenting of load-prefer-newer
* doc/lispref/loading.texi (How Programs Do Loading, Load Suffixes): Mention `load-prefer-newer'. * src/lread.c (Fload): Mention load-prefer-newer in doc.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 96fdb94ca20..dbe148dbcf8 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,6 +1,12 @@
12013-12-23 Glenn Morris <rgm@gnu.org>
2
3 * loading.texi (How Programs Do Loading, Load Suffixes):
4 Mention `load-prefer-newer'.
5
12013-12-22 Xue Fuqiao <xfq.free@gmail.com> 62013-12-22 Xue Fuqiao <xfq.free@gmail.com>
2 7
3 * hash.texi (Other Hash): Document `hash-table-keys and `hash-table-values'. 8 * hash.texi (Other Hash): Document `hash-table-keys'
9 and `hash-table-values'.
4 10
52013-12-22 Eli Zaretskii <eliz@gnu.org> 112013-12-22 Eli Zaretskii <eliz@gnu.org>
6 12
@@ -15,11 +21,11 @@
15 21
16 * text.texi (Examining Properties): Document `get-pos-property'. 22 * text.texi (Examining Properties): Document `get-pos-property'.
17 23
18 * variables.texi (Directory Local Variables): Document 24 * variables.texi (Directory Local Variables):
19 `enable-dir-local-variables'. 25 Document `enable-dir-local-variables'.
20 26
21 * debugging.texi (Debugger Commands): Document 27 * debugging.texi (Debugger Commands):
22 `debugger-toggle-locals'. 28 Document `debugger-toggle-locals'.
23 29
242013-12-21 Chong Yidong <cyd@gnu.org> 302013-12-21 Chong Yidong <cyd@gnu.org>
25 31