aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/edt.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-23 19:15:10 +0200
committerLars Ingebrigtsen2019-07-23 19:15:20 +0200
commit9a83ecb60a0dd280fe892adfe3bbefd2d55d13bd (patch)
tree7bad8dc5ecab3f2ec54edb909449fed8819a687b /doc/misc/edt.texi
parent8dd5b6ea56c38669bc98104ee2d6b31496624d28 (diff)
downloademacs-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.texi2
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
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{function-key-map}, can still be configured for use with 193Emacs in @code{local-function-key-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