From: Richard M. Stallman Date: Tue, 8 Aug 1995 06:17:08 +0000 (+0000) Subject: Make Major Mode Conventions xref to Tips for Defining. X-Git-Tag: emacs-19.34~3057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23ce41fc6d9c9092be82a166bfe45553dd9cf615;p=emacs.git Make Major Mode Conventions xref to Tips for Defining. --- 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