changeset 62876:91cd19004788

(Mode Hooks): Fix typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 29 May 2005 15:58:27 +0000
parents 71dfb5a8e485
children b03135d4ca2a
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Sun May 29 15:09:39 2005 +0000
+++ b/lispref/modes.texi	Sun May 29 15:58:27 2005 +0000
@@ -1131,7 +1131,7 @@
   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}.