]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mention of local-key-translation-map.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 16:02:33 +0000 (16:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Oct 2007 16:02:33 +0000 (16:02 +0000)
etc/NEWS

index b2e185b6e6310e419bc985e72bc620aabc54832a..8cc4b9ed6f3ec2c73119031821accd9342ee8e2f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -302,9 +302,8 @@ This in addition to the global function-key-map variable that already existed.
 *** The `keyboard-translate-table' variable and the terminal and
 keyboard coding systems have been made terminal-local.
 
-*** In addition to the global key-translation-map and
-function-key-map, Emacs has terminal-local local-key-translation-map
-and local-function-key-map variables, and uses them instead of the
+*** In addition to the global function-key-map, Emacs has terminal-local
+local-function-key-map variables, and uses them instead of the
 global keymaps to set up translations and function key sequences
 relevant to a specific terminal device.