diff options
| -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 | |||
| 142 | @code{@var{modename}-mode-map}. Normally the library that defines the | 142 | @code{@var{modename}-mode-map}. Normally the library that defines the |
| 143 | mode sets this variable. | 143 | mode sets this variable. |
| 144 | 144 | ||
| 145 | @xref{Tips for Defining}, for advice about how to write the code to set | ||
| 146 | up the mode's keymap variable. | ||
| 147 | |||
| 145 | @item | 148 | @item |
| 146 | @cindex syntax tables in modes | 149 | @cindex syntax tables in modes |
| 147 | The mode may have its own syntax table or may share one with other | 150 | The mode may have its own syntax table or may share one with other |