diff options
| author | Lars Ingebrigtsen | 2019-07-23 19:15:10 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-23 19:15:20 +0200 |
| commit | 9a83ecb60a0dd280fe892adfe3bbefd2d55d13bd (patch) | |
| tree | 7bad8dc5ecab3f2ec54edb909449fed8819a687b /doc/misc/edt.texi | |
| parent | 8dd5b6ea56c38669bc98104ee2d6b31496624d28 (diff) | |
| download | emacs-9a83ecb60a0dd280fe892adfe3bbefd2d55d13bd.tar.gz emacs-9a83ecb60a0dd280fe892adfe3bbefd2d55d13bd.zip | |
Refer to local-function-key-map in various manuals
* doc/misc/viper.texi (Key Bindings):
* doc/misc/efaq.texi (X key translations for Emacs)
(No Escape key):
* doc/misc/edt.texi (Changes):
* doc/emacs/msdos-xtra.texi (MS-DOS Keyboard):
* doc/emacs/custom.texi (Terminal Init): Refer to
local-function-key-map instead of function-key-map, since the
latter isn't supposed to be changed (bug#27490).
Diffstat (limited to 'doc/misc/edt.texi')
| -rw-r--r-- | doc/misc/edt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 74224e96314..73ec47d144a 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -190,7 +190,7 @@ key sequence, providing the @acronym{ASCII} key sequence prefix is | |||
| 190 | already known by Emacs to be a prefix. As a result of providing this | 190 | already known by Emacs to be a prefix. As a result of providing this |
| 191 | support, some terminal/keyboard/window system configurations, which | 191 | support, some terminal/keyboard/window system configurations, which |
| 192 | don't have a complete set of sensible function key bindings built into | 192 | don't have a complete set of sensible function key bindings built into |
| 193 | Emacs in @code{function-key-map}, can still be configured for use with | 193 | Emacs in @code{local-function-key-map}, can still be configured for use with |
| 194 | EDT Emulation. (Note: In a few rare circumstances this does not work | 194 | EDT Emulation. (Note: In a few rare circumstances this does not work |
| 195 | properly. In particular, it does not work if a subset of the leading | 195 | properly. In particular, it does not work if a subset of the leading |
| 196 | @acronym{ASCII} characters in a key sequence are recognized by Emacs as | 196 | @acronym{ASCII} characters in a key sequence are recognized by Emacs as |