diff options
author | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 16:35:53 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 16:35:53 +0100 |
commit | 7b4ec5497f42a3db1bbb0bfdba5560091587480f (patch) | |
tree | 6a4b28ab73d261c4039930d2591c39362d867945 /doc | |
parent | bac0e622f44842f3f05fcc749abdf9d3323e849a (diff) | |
download | emacs-7b4ec5497f42a3db1bbb0bfdba5560091587480f.tar.gz |
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 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
-rw-r--r-- | doc/emacs/frames.texi | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0eddd0d1954..47d3125f196 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2013-12-20 Tassilo Horn <tsdh@gnu.org> + * frames.texi: Document `toggle-frame-maximized' and + `toggle-frame-fullscreen' with their respective keys. + * buffers.texi: Document buffer name uniquification changes. * indent.texi: Document that `electric-indent-mode' is enabled by diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 45f137d3b78..d2c25b9dc05 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -453,6 +453,16 @@ cycles through all the frames on your terminal. @kindex C-x 5 1 @findex delete-other-frames Delete all frames on the current terminal, except the selected one. + +@item M-<F10> +@kindex M-<F10> +@findex toggle-frame-maximized +Toggle maximization state of the current frame. + +@item <F11> +@kindex <F11> +@findex toggle-frame-fullscreen +Toggle fullscreen mode of the current frame. @end table The @kbd{C-x 5 0} (@code{delete-frame}) command deletes the selected |