diff options
| author | Lars Ingebrigtsen | 2019-07-24 14:37:28 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-24 14:37:28 +0200 |
| commit | 7da926ce3c6388bfdd041e2b6588dce76d95311f (patch) | |
| tree | 1814f1834cfec5523f64e87a03a08e0c8920a916 | |
| parent | 084e8381a79fc1946d3d102f06941e7f41f65e14 (diff) | |
| download | emacs-7da926ce3c6388bfdd041e2b6588dce76d95311f.tar.gz emacs-7da926ce3c6388bfdd041e2b6588dce76d95311f.zip | |
Use input-decode-map in the manuals
* doc/misc/edt.texi (Changes):
* doc/emacs/custom.texi (Terminal Init): Use input-decode-map
instead of local-function-key-map, according to Stefan Monnier.
| -rw-r--r-- | doc/emacs/custom.texi | 3 | ||||
| -rw-r--r-- | doc/misc/edt.texi | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index aba96442767..adea9351ea9 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2616,8 +2616,7 @@ kept. | |||
| 2616 | 2616 | ||
| 2617 | The usual purpose of the terminal-specific library is to map the | 2617 | The usual purpose of the terminal-specific library is to map the |
| 2618 | escape sequences used by the terminal's function keys onto more | 2618 | escape sequences used by the terminal's function keys onto more |
| 2619 | meaningful names, using @code{input-decode-map} (or | 2619 | meaningful names, using @code{input-decode-map}. See the file |
| 2620 | @code{local-function-key-map} before it). See the file | ||
| 2621 | @file{term/lk201.el} for an example of how this is done. Many function | 2620 | @file{term/lk201.el} for an example of how this is done. Many function |
| 2622 | keys are mapped automatically according to the information in the | 2621 | keys are mapped automatically according to the information in the |
| 2623 | Termcap data base; the terminal-specific library needs to map only the | 2622 | Termcap data base; the terminal-specific library needs to map only the |
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 73ec47d144a..c34efb6937a 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{local-function-key-map}, can still be configured for use with | 193 | Emacs in @code{input-decode-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 |