From 49172314026bc80ccaa4093bea957fb2296e5131 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 29 Dec 2000 12:26:18 +0000 Subject: *** empty log message *** --- man/sending.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/sending.texi') 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 -- cgit v1.2.1