aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 16:35:53 +0100
committerTassilo Horn2013-12-20 16:35:53 +0100
commit7b4ec5497f42a3db1bbb0bfdba5560091587480f (patch)
tree6a4b28ab73d261c4039930d2591c39362d867945 /etc
parentbac0e622f44842f3f05fcc749abdf9d3323e849a (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 254f4ccb2d6..de0478eadfc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -244,6 +244,7 @@ As a command it was a special case of `split-window-below', and as such
244superfluous. After being reimplemented in Lisp, its interactive form 244superfluous. After being reimplemented in Lisp, its interactive form
245was mistakenly retained. 245was 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',
248bound to <f11> and M-<f10>, respectively. 249bound to <f11> and M-<f10>, respectively.
249 250