diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
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.) | |||
| 701 | @cindex help for major mode | 701 | @cindex help for major mode |
| 702 | @cindex documentation for major mode | 702 | @cindex documentation for major mode |
| 703 | 703 | ||
| 704 | The @code{describe-mode} function is provides information about major | 704 | The @code{describe-mode} function provides information about major |
| 705 | modes. It is normally bound to @kbd{C-h m}. It uses the value of the | 705 | modes. It is normally bound to @kbd{C-h m}. It uses the value of the |
| 706 | variable @code{major-mode} (@pxref{Major Modes}), which is why every | 706 | variable @code{major-mode} (@pxref{Major Modes}), which is why every |
| 707 | major mode command needs to set that variable. | 707 | major mode command needs to set that variable. |