diff options
| author | Tassilo Horn | 2013-12-20 16:35:53 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 16:35:53 +0100 |
| commit | 7b4ec5497f42a3db1bbb0bfdba5560091587480f (patch) | |
| tree | 6a4b28ab73d261c4039930d2591c39362d867945 /etc | |
| parent | bac0e622f44842f3f05fcc749abdf9d3323e849a (diff) | |
| download | emacs-7b4ec5497f42a3db1bbb0bfdba5560091587480f.tar.gz emacs-7b4ec5497f42a3db1bbb0bfdba5560091587480f.zip | |
Document `toggle-frame-maximized' and `toggle-frame-fullscreen'.
* doc/emacs/frames.texi: Document `toggle-frame-maximized' and
`toggle-frame-fullscreen' with their respective keys.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -244,6 +244,7 @@ As a command it was a special case of `split-window-below', and as such | |||
| 244 | superfluous. After being reimplemented in Lisp, its interactive form | 244 | superfluous. After being reimplemented in Lisp, its interactive form |
| 245 | was mistakenly retained. | 245 | was mistakenly retained. |
| 246 | 246 | ||
| 247 | +++ | ||
| 247 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 248 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| 248 | bound to <f11> and M-<f10>, respectively. | 249 | bound to <f11> and M-<f10>, respectively. |
| 249 | 250 | ||