diff options
| author | Stefan Monnier | 2007-10-09 16:02:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-09 16:02:33 +0000 |
| commit | 1aa423e9030c3bd7a055b486d393a69b216ccc78 (patch) | |
| tree | b4e0fc8a9625dc48b056accccc2b3dea1cf949ab | |
| parent | 9271083a41d32322ac271f594ea5e0e86dbe3fab (diff) | |
| download | emacs-1aa423e9030c3bd7a055b486d393a69b216ccc78.tar.gz emacs-1aa423e9030c3bd7a055b486d393a69b216ccc78.zip | |
Remove mention of local-key-translation-map.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -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 |
| 303 | keyboard coding systems have been made terminal-local. | 303 | keyboard 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 |
| 306 | function-key-map, Emacs has terminal-local local-key-translation-map | 306 | local-function-key-map variables, and uses them instead of the |
| 307 | and local-function-key-map variables, and uses them instead of the | ||
| 308 | global keymaps to set up translations and function key sequences | 307 | global keymaps to set up translations and function key sequences |
| 309 | relevant to a specific terminal device. | 308 | relevant to a specific terminal device. |
| 310 | 309 | ||