diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-30 09:32:48 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-30 09:32:48 +0300 |
commit | 31a6a37d45dbf324f26048ce45f82213860f2ec8 (patch) | |
tree | 31420efaecb05802f70f80eb2c37c80c17a89bde /doc/lispref/keymaps.texi | |
parent | e0f54c62ecb72c41a9afc6d6c3e22b1a0b113f11 (diff) | |
download | emacs-31a6a37d45dbf324f26048ce45f82213860f2ec8.tar.gz |
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)
Diffstat (limited to 'doc/lispref/keymaps.texi')
-rw-r--r-- | doc/lispref/keymaps.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 deduced from Termcap and Terminfo. @xref{Terminal-Specific}. @end defvar +@cindex function-key-map @defvar local-function-key-map This variable holds a keymap similar to @code{input-decode-map} except that it describes key sequences which should be translated to |