diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-29 12:26:18 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-29 12:26:18 +0000 |
commit | 49172314026bc80ccaa4093bea957fb2296e5131 (patch) | |
tree | d0226034615dd594371a8087ccdb6de9ae596cfd /man/sending.texi | |
parent | bde4c7ce900ad7efdb74e79d57df3852c6e41006 (diff) | |
download | emacs-49172314026bc80ccaa4093bea957fb2296e5131.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/sending.texi')
-rw-r--r-- | man/sending.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sending.texi b/man/sending.texi index faf9d8eaff8..343624bacce 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -323,7 +323,7 @@ you type them in (@pxref{Abbrevs}). To enable this feature, execute the following: @example -(add-hook 'mail-setup-hook 'mail-abbrevs-setup) +(add-hook 'mail-mode-hook 'mail-abbrevs-setup) @end example @noindent @@ -349,7 +349,7 @@ afterward. However, you can rebind @kbd{C-n} and @kbd{M->} to cause expansion as well. Here's how to do that: @smallexample -(add-hook 'mail-setup-hook +(add-hook 'mail-mode-hook (lambda () (substitute-key-definition 'next-line 'mail-abbrev-next-line |