diff options
| author | Eli Zaretskii | 2008-10-15 12:25:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-15 12:25:19 +0000 |
| commit | 4fb04348e54f91a29de30057896bb351b11377a8 (patch) | |
| tree | 335b0ee6613f5b2bd202a57374bcc00ef9eb2b36 /etc | |
| parent | ee666f840976d56671e3cec56ab9f5152afb2dcc (diff) | |
| download | emacs-4fb04348e54f91a29de30057896bb351b11377a8.tar.gz emacs-4fb04348e54f91a29de30057896bb351b11377a8.zip | |
(Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1118,9 +1118,11 @@ Use this instead of "~/.emacs.d". | |||
| 1118 | property, `kill-all-local-variables' does not remove it from the local | 1118 | property, `kill-all-local-variables' does not remove it from the local |
| 1119 | value of the hook variable; it remains even if you change major modes. | 1119 | value of the hook variable; it remains even if you change major modes. |
| 1120 | 1120 | ||
| 1121 | +++ | ||
| 1121 | ** `frame-inherited-parameters' lets new frames inherit parameters from | 1122 | ** `frame-inherited-parameters' lets new frames inherit parameters from |
| 1122 | the selected frame. | 1123 | the selected frame. |
| 1123 | 1124 | ||
| 1125 | +++ | ||
| 1124 | ** New keymap `input-decode-map' overrides like key-translation-map, but | 1126 | ** New keymap `input-decode-map' overrides like key-translation-map, but |
| 1125 | applies before function-key-map. Also it is terminal-local contrary to | 1127 | applies before function-key-map. Also it is terminal-local contrary to |
| 1126 | key-translation-map. Terminal-specific key-sequences are generally added to | 1128 | key-translation-map. Terminal-specific key-sequences are generally added to |