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
commite5fdbda4dc42e4a0c9f3c0c679575513014ec9e5 (patch)
treec49e4a42e0563c9797ef225f3b9f5abee663c47c /lispref
parenta385fd29070bdaf6dfc4a0c90eb21f45210ed77d (diff)
downloademacs-e5fdbda4dc42e4a0c9f3c0c679575513014ec9e5.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