aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-10-09 16:02:33 +0000
committerStefan Monnier2007-10-09 16:02:33 +0000
commit1aa423e9030c3bd7a055b486d393a69b216ccc78 (patch)
treeb4e0fc8a9625dc48b056accccc2b3dea1cf949ab
parent9271083a41d32322ac271f594ea5e0e86dbe3fab (diff)
downloademacs-1aa423e9030c3bd7a055b486d393a69b216ccc78.tar.gz
emacs-1aa423e9030c3bd7a055b486d393a69b216ccc78.zip
Remove mention of local-key-translation-map.
-rw-r--r--etc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2e185b6e63..8cc4b9ed6f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -302,9 +302,8 @@ This in addition to the global function-key-map variable that already existed.
302*** The `keyboard-translate-table' variable and the terminal and 302*** The `keyboard-translate-table' variable and the terminal and
303keyboard coding systems have been made terminal-local. 303keyboard coding systems have been made terminal-local.
304 304
305*** In addition to the global key-translation-map and 305*** In addition to the global function-key-map, Emacs has terminal-local
306function-key-map, Emacs has terminal-local local-key-translation-map 306local-function-key-map variables, and uses them instead of the
307and local-function-key-map variables, and uses them instead of the
308global keymaps to set up translations and function key sequences 307global keymaps to set up translations and function key sequences
309relevant to a specific terminal device. 308relevant to a specific terminal device.
310 309