diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-03-01 19:08:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-03-01 19:08:39 +0000 |
commit | dd00a68a454772f56531505ff42a879c86713369 (patch) | |
tree | 2f20b06ea4c4ff488cc955660172f2a919095924 /doc | |
parent | 6ba74e46694e19ef147859fcdc32ecae32b2690b (diff) | |
download | emacs-dd00a68a454772f56531505ff42a879c86713369.tar.gz |
* abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 48af57d536d..8a30d75f87b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Chong Yidong <cyd@stupidchicken.com> + + * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions + instead of obsolete pre-abbrev-expand-hook. Link to elisp manual. + 2009-03-01 Glenn Morris <rgm@gnu.org> * rmail.texi (Rmail): Fix some typos. Use consistent case in menu. |