diff options
| author | Eli Zaretskii | 2008-10-19 14:57:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-19 14:57:50 +0000 |
| commit | 80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f (patch) | |
| tree | aaa38c59e9e6a6a639d3ba68851adae31a718ed9 /doc/lispref/ChangeLog | |
| parent | d24ae8f0576120bc5c4cef7e7651d1d53684466b (diff) | |
| download | emacs-80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f.tar.gz emacs-80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f.zip | |
(Calling Functions): Document `apply-partially'.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 55343fcbdf7..ffb7b48cb4c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-10-19 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-10-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * functions.texi (Calling Functions): Document `apply-partially'. | ||
| 4 | |||
| 3 | * hooks.texi (Standard Hooks): Mention | 5 | * hooks.texi (Standard Hooks): Mention |
| 4 | `before-hack-local-variables-hook' and `hack-local-variables-hook'. | 6 | `before-hack-local-variables-hook' and `hack-local-variables-hook'. |
| 5 | 7 | ||