summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2011-12-23 01:30:10 +0200
committerJuri Linkov <juri@jurta.org>2011-12-23 01:30:10 +0200
commitdb7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5 (patch)
tree276fc090c4c2a30d9ea9e984c4139b92556a1417 /doc
parent1c4757d6962cf08eb30cc7675557ff38507f58a8 (diff)
downloademacs-db7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5.tar.gz
Small doc fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 9d652901e53..fcb7c772936 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -701,7 +701,7 @@ init file.)
@cindex help for major mode
@cindex documentation for major mode
- The @code{describe-mode} function is provides information about major
+ The @code{describe-mode} function provides information about major
modes. It is normally bound to @kbd{C-h m}. It uses the value of the
variable @code{major-mode} (@pxref{Major Modes}), which is why every
major mode command needs to set that variable.