aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-26 13:43:01 -0400
committerChong Yidong2010-03-26 13:43:01 -0400
commitc3863713624f7d9e20a2c05aabdd5e62cd8a15e6 (patch)
tree1b8c894d6b5d47c656f2a28ff839c41e3f0914cf /etc
parenteca16aa79a024a7fd5f0c98889773964f089d714 (diff)
downloademacs-c3863713624f7d9e20a2c05aabdd5e62cd8a15e6.tar.gz
emacs-c3863713624f7d9e20a2c05aabdd5e62cd8a15e6.zip
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.
321*** The log command in vc-annotate can display a single log entry 321*** The log command in vc-annotate can display a single log entry
322instead of redisplaying the full log. The RCS, CVS and SCCS VC 322instead of redisplaying the full log. The RCS, CVS and SCCS VC
323backends do not support this. 323backends do not support this.
324 324---
325*** When a file is not found, VC will not try to check it out of RCS anymore. 325*** When a file is not found, VC will not try to check it out of RCS anymore.
326 326
327*** Diff and log operations can be used from Dired buffers. 327*** Diff and log operations can be used from Dired buffers.
@@ -530,9 +530,9 @@ file name handlers such as Tramp to optimizations.
530*** make-network-process can now also create `seqpacket' Unix sockets. 530*** make-network-process can now also create `seqpacket' Unix sockets.
531 531
532** Loading changes 532** Loading changes
533 533---
534*** eval-next-after-load is obsolete. 534*** eval-next-after-load is obsolete.
535 535+++
536*** New hook `after-load-functions' run after loading an Elisp file. 536*** New hook `after-load-functions' run after loading an Elisp file.
537 537
538** Byte compilation changes 538** Byte compilation changes