summaryrefslogtreecommitdiff
path: root/lispref/maps.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/maps.texi')
-rw-r--r--lispref/maps.texi15
1 files changed, 7 insertions, 8 deletions
diff --git a/lispref/maps.texi b/lispref/maps.texi
index 77dc80001b9..78b5ceae979 100644
--- a/lispref/maps.texi
+++ b/lispref/maps.texi
@@ -29,15 +29,12 @@ A sparse keymap used by C mode.
A full keymap used by Command History mode.
@item ctl-x-4-map
-@vindex ctl-x-4-map
A sparse keymap for subcommands of the prefix @kbd{C-x 4}.
@item ctl-x-5-map
-@vindex ctl-x-5-map
A sparse keymap for subcommands of the prefix @kbd{C-x 5}.
@item ctl-x-map
-@vindex ctl-x-map
A full keymap for @kbd{C-x} commands.
@item debugger-mode-map
@@ -101,9 +98,9 @@ The keymap that displays the Special Props submenu of the Text
Properties menu.
@item function-key-map
-@vindex function-key-map
The keymap for translating keypad and function keys.@*
If there are none, then it contains an empty sparse keymap.
+@xref{Translating Input}.
@item fundamental-mode-map
@vindex fundamental-mode-map
@@ -130,9 +127,8 @@ A keymap that defines the characters you can type within incremental
search.
@item key-translation-map
-@vindex key-translation-map
A keymap for translating keys. This one overrides ordinary key
-bindings, unlike @code{function-key-map}.
+bindings, unlike @code{function-key-map}. @xref{Translating Input}.
@item lisp-interaction-mode-map
@vindex lisp-interaction-mode-map
@@ -154,6 +150,11 @@ The keymap which displays the Files menu in the menu bar.
@vindex menu-bar-help-menu
The keymap which displays the Help menu in the menu bar.
+@tindex menu-bar-mule-menu
+@item menu-bar-mule-menu
+@vindex menu-bar-mule-menu
+The keymap which displays the Mule menu in the menu bar.
+
@item menu-bar-search-menu
@vindex menu-bar-search-menu
The keymap which displays the Search menu in the menu bar.
@@ -163,7 +164,6 @@ The keymap which displays the Search menu in the menu bar.
The keymap which displays the Tools menu in the menu bar.
@item mode-specific-map
-@vindex mode-specific-map
The keymap for characters following @kbd{C-c}. Note, this is in the
global map. This map is not actually mode specific: its name was chosen
to be informative for the user in @kbd{C-h b} (@code{display-bindings}),
@@ -174,7 +174,6 @@ where it describes the main use of the @kbd{C-c} prefix key.
A local keymap used by Occur mode.
@item query-replace-map
-@vindex query-replace-map
A local keymap used for responses in @code{query-replace} and related
commands; also for @code{y-or-n-p} and @code{map-y-or-n-p}. The functions
that use this map do not support prefix keys; they look up one event at a