summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-08 06:17:08 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-08 06:17:08 +0000
commit23ce41fc6d9c9092be82a166bfe45553dd9cf615 (patch)
treede41086a052afd76ec61e9a850241325c5ed1a7c /lispref
parentaa9b77f67e8e6d6b11abe7510134f5fc92c114df (diff)
downloademacs-23ce41fc6d9c9092be82a166bfe45553dd9cf615.tar.gz
Make Major Mode Conventions xref to Tips for Defining.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/modes.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 08016dbfddc..e1fef9bf514 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -142,6 +142,9 @@ This keymap should be kept in a global variable named
@code{@var{modename}-mode-map}. Normally the library that defines the
mode sets this variable.
+@xref{Tips for Defining}, for advice about how to write the code to set
+up the mode's keymap variable.
+
@item
@cindex syntax tables in modes
The mode may have its own syntax table or may share one with other