aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/maps.texi4
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
116The keymap for translating keypad and function keys.@* 116The keymap for translating keypad and function keys.@*
117If there are none, then it contains an empty sparse keymap. 117If 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
160A keymap for translating keys. This one overrides ordinary key 160A keymap for translating keys. This one overrides ordinary key
161bindings, unlike @code{function-key-map}. @xref{Translating Input}. 161bindings, 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