diff options
| -rw-r--r-- | lispref/maps.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/maps.texi b/lispref/maps.texi index ec7728f7840..cdbd655eb3c 100644 --- a/lispref/maps.texi +++ b/lispref/maps.texi | |||
| @@ -115,7 +115,7 @@ Properties menu. | |||
| 115 | @item function-key-map | 115 | @item function-key-map |
| 116 | The keymap for translating keypad and function keys.@* | 116 | The keymap for translating keypad and function keys.@* |
| 117 | If there are none, then it contains an empty sparse keymap. | 117 | If there are none, then it contains an empty sparse keymap. |
| 118 | @xref{Translating Input}. | 118 | @xref{Translation Keymaps}. |
| 119 | 119 | ||
| 120 | @item fundamental-mode-map | 120 | @item fundamental-mode-map |
| 121 | @vindex fundamental-mode-map | 121 | @vindex fundamental-mode-map |
| @@ -158,7 +158,7 @@ search. | |||
| 158 | 158 | ||
| 159 | @item key-translation-map | 159 | @item key-translation-map |
| 160 | A keymap for translating keys. This one overrides ordinary key | 160 | A keymap for translating keys. This one overrides ordinary key |
| 161 | bindings, unlike @code{function-key-map}. @xref{Translating Input}. | 161 | bindings, unlike @code{function-key-map}. @xref{Translation Keymaps}. |
| 162 | 162 | ||
| 163 | @item kmacro-map | 163 | @item kmacro-map |
| 164 | @vindex kmacro-map | 164 | @vindex kmacro-map |