aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-07-30 09:32:48 +0300
committerEli Zaretskii2022-07-30 09:32:48 +0300
commit31a6a37d45dbf324f26048ce45f82213860f2ec8 (patch)
tree31420efaecb05802f70f80eb2c37c80c17a89bde
parente0f54c62ecb72c41a9afc6d6c3e22b1a0b113f11 (diff)
downloademacs-31a6a37d45dbf324f26048ce45f82213860f2ec8.tar.gz
emacs-31a6a37d45dbf324f26048ce45f82213860f2ec8.zip
Improve indexing of keymap variables
* doc/lispref/maps.texi (Standard Keymaps): * doc/lispref/display.texi (Button Buffer Commands) (Button Properties): * doc/lispref/keymaps.texi (Translation Keymaps): Improve indexing of keymaps. (Bug#56816)
-rw-r--r--doc/lispref/display.texi2
-rw-r--r--doc/lispref/keymaps.texi1
-rw-r--r--doc/lispref/maps.texi4
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 404cf1b247a..9aed5b2d7ae 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6941,6 +6941,7 @@ the usual Emacs @code{highlight} face.
6941 6941
6942@item keymap 6942@item keymap
6943@kindex keymap @r{(button property)} 6943@kindex keymap @r{(button property)}
6944@vindex button-map
6944The button's keymap, defining bindings active within the button 6945The button's keymap, defining bindings active within the button
6945region. By default this is the usual button region keymap, stored 6946region. By default this is the usual button region keymap, stored
6946in the variable @code{button-map}, which defines @key{RET} and 6947in the variable @code{button-map}, which defines @key{RET} and
@@ -7155,6 +7156,7 @@ Return @code{t} if button-type @var{type} is a subtype of @var{supertype}.
7155These are commands and functions for locating and operating on 7156These are commands and functions for locating and operating on
7156buttons in an Emacs buffer. 7157buttons in an Emacs buffer.
7157 7158
7159@cindex buffer-button-map
7158@code{push-button} is the command that a user uses to actually push 7160@code{push-button} is the command that a user uses to actually push
7159a button, and is bound by default in the button itself to @key{RET} 7161a button, and is bound by default in the button itself to @key{RET}
7160and to @key{mouse-2} using a local keymap in the button's overlay or 7162and to @key{mouse-2} using a local keymap in the button's overlay or
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index bda9301ffc1..4b9252f1edf 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1599,6 +1599,7 @@ to make entries in @code{input-decode-map} beyond those that can be
1599deduced from Termcap and Terminfo. @xref{Terminal-Specific}. 1599deduced from Termcap and Terminfo. @xref{Terminal-Specific}.
1600@end defvar 1600@end defvar
1601 1601
1602@cindex function-key-map
1602@defvar local-function-key-map 1603@defvar local-function-key-map
1603This variable holds a keymap similar to @code{input-decode-map} except 1604This variable holds a keymap similar to @code{input-decode-map} except
1604that it describes key sequences which should be translated to 1605that it describes key sequences which should be translated to
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi
index 90497728a1c..d18b553dc19 100644
--- a/doc/lispref/maps.texi
+++ b/doc/lispref/maps.texi
@@ -125,6 +125,7 @@ setup-language-environment-map, describe-language-environment-map,
125menu-bar-epatch-menu, menu-bar-ediff-merge-menu, menu-bar-ediff-menu, etc. 125menu-bar-epatch-menu, menu-bar-ediff-merge-menu, menu-bar-ediff-menu, etc.
126@end ignore 126@end ignore
127 127
128@cindex minibuffer-inactive-mode-map
128@item minibuffer-inactive-mode-map 129@item minibuffer-inactive-mode-map
129A full keymap used in the minibuffer when it is not active.@* 130A full keymap used in the minibuffer when it is not active.@*
130@xref{Minibuffer Edit,, Editing in the Minibuffer, emacs, The GNU Emacs Manual}. 131@xref{Minibuffer Edit,, Editing in the Minibuffer, emacs, The GNU Emacs Manual}.
@@ -156,6 +157,7 @@ The global keymap used for the @kbd{C-x @key{RET}} prefix key.
156@vindex narrow-map 157@vindex narrow-map
157A sparse keymap for subcommands of the prefix @kbd{C-x n}. 158A sparse keymap for subcommands of the prefix @kbd{C-x n}.
158 159
160@cindex prog-mode-map
159@item prog-mode-map 161@item prog-mode-map
160The keymap used by Prog mode.@* 162The keymap used by Prog mode.@*
161@xref{Basic Major Modes}. 163@xref{Basic Major Modes}.
@@ -171,6 +173,7 @@ for multi-buffer replacements. @xref{Search and Replace, query-replace-map}.
171@item search-map 173@item search-map
172A sparse keymap that provides global bindings for search-related commands. 174A sparse keymap that provides global bindings for search-related commands.
173 175
176@cindex special-mode-map
174@item special-mode-map 177@item special-mode-map
175The keymap used by Special mode.@* 178The keymap used by Special mode.@*
176@xref{Basic Major Modes}. 179@xref{Basic Major Modes}.
@@ -179,6 +182,7 @@ The keymap used by Special mode.@*
179The global keymap used for the @kbd{C-x t} prefix key for tab-bar related commands.@* 182The global keymap used for the @kbd{C-x t} prefix key for tab-bar related commands.@*
180@xref{Tab Bars,,, emacs, The GNU Emacs Manual}. 183@xref{Tab Bars,,, emacs, The GNU Emacs Manual}.
181 184
185@cindex tab-bar-map
182@item tab-bar-map 186@item tab-bar-map
183The keymap defining the contents of the tab bar.@* 187The keymap defining the contents of the tab bar.@*
184@xref{Tab Bars,,, emacs, The GNU Emacs Manual}. 188@xref{Tab Bars,,, emacs, The GNU Emacs Manual}.