aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-24 14:37:28 +0200
committerLars Ingebrigtsen2019-07-24 14:37:28 +0200
commit7da926ce3c6388bfdd041e2b6588dce76d95311f (patch)
tree1814f1834cfec5523f64e87a03a08e0c8920a916 /doc/misc
parent084e8381a79fc1946d3d102f06941e7f41f65e14 (diff)
downloademacs-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.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/edt.texi2
1 files changed, 1 insertions, 1 deletions
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
190already known by Emacs to be a prefix. As a result of providing this 190already known by Emacs to be a prefix. As a result of providing this
191support, some terminal/keyboard/window system configurations, which 191support, some terminal/keyboard/window system configurations, which
192don't have a complete set of sensible function key bindings built into 192don't have a complete set of sensible function key bindings built into
193Emacs in @code{local-function-key-map}, can still be configured for use with 193Emacs in @code{input-decode-map}, can still be configured for use with
194EDT Emulation. (Note: In a few rare circumstances this does not work 194EDT Emulation. (Note: In a few rare circumstances this does not work
195properly. In particular, it does not work if a subset of the leading 195properly. 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