diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-08 06:17:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-08 06:17:08 +0000 |
commit | e5fdbda4dc42e4a0c9f3c0c679575513014ec9e5 (patch) | |
tree | c49e4a42e0563c9797ef225f3b9f5abee663c47c /lispref | |
parent | a385fd29070bdaf6dfc4a0c90eb21f45210ed77d (diff) | |
download | emacs-e5fdbda4dc42e4a0c9f3c0c679575513014ec9e5.tar.gz |
Make Major Mode Conventions xref to Tips for Defining.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/modes.texi | 3 |
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 |