diff options
| author | Eli Zaretskii | 2009-01-17 19:16:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-17 19:16:08 +0000 |
| commit | ead3f58d861491ace75d3af9435454c1b467f326 (patch) | |
| tree | dd1ae6e190bc18143fcf5a64ff02a77a1ce87192 /doc | |
| parent | 6b9e769476955b928b0248fef5aaa0e40754e257 (diff) | |
| download | emacs-ead3f58d861491ace75d3af9435454c1b467f326.tar.gz emacs-ead3f58d861491ace75d3af9435454c1b467f326.zip | |
(Standard Keymaps): Rename function-key-map to local-function-key-map.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 15 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 5 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 460511c5792..a2705e99c10 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * maps.texi (Standard Keymaps): Rename function-key-map to | ||
| 4 | local-function-key-map. | ||
| 5 | |||
| 6 | * keymaps.texi (Translation Keymaps): Rename function-key-map to | ||
| 7 | local-function-key-map. | ||
| 8 | |||
| 9 | * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system' | ||
| 10 | and `set-keyboard-coding-system' now accept an optional terminal | ||
| 11 | argument. | ||
| 12 | |||
| 13 | * commands.texi (Event Mod): `keyboard-translate-table' is now | ||
| 14 | terminal-local. | ||
| 15 | (Function Keys): Rename function-key-map to | ||
| 16 | local-function-key-map. | ||
| 17 | |||
| 3 | * elisp.texi (Top): Make @detailmenu be consistent with changes in | 18 | * elisp.texi (Top): Make @detailmenu be consistent with changes in |
| 4 | frames.texi. | 19 | frames.texi. |
| 5 | 20 | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 038744fe3e3..88ab85a2ac7 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -112,7 +112,7 @@ Properties menu. | |||
| 112 | The sparse keymap that displays the Special Props submenu of the Text | 112 | The sparse keymap that displays the Special Props submenu of the Text |
| 113 | Properties menu. | 113 | Properties menu. |
| 114 | 114 | ||
| 115 | @item function-key-map | 115 | @item local-function-key-map |
| 116 | The keymap for translating key sequences to preferred alternatives.@* | 116 | The keymap for translating key sequences to preferred alternatives.@* |
| 117 | If there are none, then it contains an empty sparse keymap. | 117 | If there are none, then it contains an empty sparse keymap. |
| 118 | @xref{Translation Keymaps}. | 118 | @xref{Translation Keymaps}. |
| @@ -163,7 +163,8 @@ search. | |||
| 163 | 163 | ||
| 164 | @item key-translation-map | 164 | @item key-translation-map |
| 165 | A keymap for translating keys. This one overrides ordinary key | 165 | A keymap for translating keys. This one overrides ordinary key |
| 166 | bindings, unlike @code{function-key-map}. @xref{Translation Keymaps}. | 166 | bindings, unlike @code{local- function-key-map}. @xref{Translation |
| 167 | Keymaps}. | ||
| 167 | 168 | ||
| 168 | @item kmacro-map | 169 | @item kmacro-map |
| 169 | @vindex kmacro-map | 170 | @vindex kmacro-map |