From: Luc Teirlinck Date: Sun, 29 May 2005 15:58:27 +0000 (+0000) Subject: (Mode Hooks): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~9432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbc6ab1a4d4c1bc1b65c009119741d0fc624bbf0;p=emacs.git (Mode Hooks): Fix typo. --- diff --git a/lispref/modes.texi b/lispref/modes.texi index c8152705439..f8c1ae82a4e 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}.