diff options
| author | Eli Zaretskii | 2022-07-30 09:32:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-07-30 09:32:48 +0300 |
| commit | 31a6a37d45dbf324f26048ce45f82213860f2ec8 (patch) | |
| tree | 31420efaecb05802f70f80eb2c37c80c17a89bde | |
| parent | e0f54c62ecb72c41a9afc6d6c3e22b1a0b113f11 (diff) | |
| download | emacs-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.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 4 |
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 | ||
| 6944 | The button's keymap, defining bindings active within the button | 6945 | The button's keymap, defining bindings active within the button |
| 6945 | region. By default this is the usual button region keymap, stored | 6946 | region. By default this is the usual button region keymap, stored |
| 6946 | in the variable @code{button-map}, which defines @key{RET} and | 6947 | in 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}. | |||
| 7155 | These are commands and functions for locating and operating on | 7156 | These are commands and functions for locating and operating on |
| 7156 | buttons in an Emacs buffer. | 7157 | buttons 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 |
| 7159 | a button, and is bound by default in the button itself to @key{RET} | 7161 | a button, and is bound by default in the button itself to @key{RET} |
| 7160 | and to @key{mouse-2} using a local keymap in the button's overlay or | 7162 | and 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 | |||
| 1599 | deduced from Termcap and Terminfo. @xref{Terminal-Specific}. | 1599 | deduced 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 |
| 1603 | This variable holds a keymap similar to @code{input-decode-map} except | 1604 | This variable holds a keymap similar to @code{input-decode-map} except |
| 1604 | that it describes key sequences which should be translated to | 1605 | that 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, | |||
| 125 | menu-bar-epatch-menu, menu-bar-ediff-merge-menu, menu-bar-ediff-menu, etc. | 125 | menu-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 |
| 129 | A full keymap used in the minibuffer when it is not active.@* | 130 | A 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 |
| 157 | A sparse keymap for subcommands of the prefix @kbd{C-x n}. | 158 | A 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 |
| 160 | The keymap used by Prog mode.@* | 162 | The 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 |
| 172 | A sparse keymap that provides global bindings for search-related commands. | 174 | A 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 |
| 175 | The keymap used by Special mode.@* | 178 | The 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.@* | |||
| 179 | The global keymap used for the @kbd{C-x t} prefix key for tab-bar related commands.@* | 182 | The 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 |
| 183 | The keymap defining the contents of the tab bar.@* | 187 | The 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}. |