aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-05-29 15:58:27 +0000
committerLuc Teirlinck <[email protected]>2005-05-29 15:58:27 +0000
commitfbc6ab1a4d4c1bc1b65c009119741d0fc624bbf0 (patch)
treeaa6fad3524d5a0059bf27d46fd77fa5700e8f3a1
parent9c5e65b24bd01b0a5dc281d46020e9d03d27a078 (diff)
(Mode Hooks): Fix typo.
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
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}.