summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-03-26 13:43:01 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-03-26 13:43:01 -0400
commit6e342c987abbb499ab05be09330a6fe362f6d5c1 (patch)
tree7c9310bd2a4e5b100143d08f2083f535f6f6b0a7 /etc
parent00ab5d7ef9658fc8268530cfccfb9506d002308a (diff)
downloademacs-6e342c987abbb499ab05be09330a6fe362f6d5c1.tar.gz
Document `after-load-functions'.
* loading.texi (Hooks for Loading): Document after-load-functions. Copyedits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0ab134b2e7c..9a02a221c5a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -321,7 +321,7 @@ advantage of this feature.
*** The log command in vc-annotate can display a single log entry
instead of redisplaying the full log. The RCS, CVS and SCCS VC
backends do not support this.
-
+---
*** When a file is not found, VC will not try to check it out of RCS anymore.
*** Diff and log operations can be used from Dired buffers.
@@ -530,9 +530,9 @@ file name handlers such as Tramp to optimizations.
*** make-network-process can now also create `seqpacket' Unix sockets.
** Loading changes
-
+---
*** eval-next-after-load is obsolete.
-
++++
*** New hook `after-load-functions' run after loading an Elisp file.
** Byte compilation changes