From fbc6ab1a4d4c1bc1b65c009119741d0fc624bbf0 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 29 May 2005 15:58:27 +0000 Subject: (Mode Hooks): Fix typo. --- lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/modes.texi b/lispref/modes.texi index c815270543..f8c1ae82a4 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1131,7 +1131,7 @@ in sequence at the end, just before These conventions are new in Emacs 22, and some major modes implemented by users do not follow them yet. So if you put a function onto @code{after-change-major-mode-hook}, keep in mind that some modes -will fail to run it. If user complains about that, you can respond, +will fail to run it. If a user complains about that, you can respond, ``That major mode fails to follow Emacs conventions, and that's why it fails to work. Please fix the major mode.'' In most cases, that is good enough, so go ahead and use @code{after-change-major-mode-hook}. -- cgit v1.2.3