diff options
| author | Chong Yidong | 2010-03-26 13:43:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-26 13:43:01 -0400 |
| commit | c3863713624f7d9e20a2c05aabdd5e62cd8a15e6 (patch) | |
| tree | 1b8c894d6b5d47c656f2a28ff839c41e3f0914cf /etc | |
| parent | eca16aa79a024a7fd5f0c98889773964f089d714 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 322 | instead of redisplaying the full log. The RCS, CVS and SCCS VC | 322 | instead of redisplaying the full log. The RCS, CVS and SCCS VC |
| 323 | backends do not support this. | 323 | backends 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 |