summaryrefslogtreecommitdiff
path: root/doc/emacs/modes.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/modes.texi')
-rw-r--r--doc/emacs/modes.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index 876431aa9e9..8c9d04e57b0 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -103,13 +103,11 @@ for instance, programming language modes typically set a buffer-local
value for the variable @code{comment-start}, which determines how
source code comments are delimited (@pxref{Comments}).
-@findex describe-mode
-@kindex C-h m
To view the documentation for the current major mode, including a
list of its key bindings, type @code{C-h m} (@code{describe-mode}).
+@xref{Misc Help}.
@cindex mode hook
-@vindex text-mode-hook
@vindex prog-mode-hook
Every major mode, apart from Fundamental mode, defines a @dfn{mode
hook}, a customizable list of Lisp functions to run each time the mode
@@ -225,8 +223,6 @@ Font-Lock mode automatically highlights certain textual units found in
programs. It is enabled globally by default, but you can disable it
in individual buffers. @xref{Faces}.
-@findex display-line-numbers-mode
-@cindex display-line-numbers-mode
@item
Display Line Numbers mode is a convenience wrapper around
@code{display-line-numbers}, setting it using the value of