Mercurial > emacs
changeset 42713:d977aa26f8f8
(Window Frame Parameters): Document the fullscreen parameter.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 13 Jan 2002 11:50:39 +0000 |
parents | dced9cd23927 |
children | 59c4dd0ca0e8 |
files | lispref/frames.texi |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/frames.texi Sun Jan 13 11:49:02 2002 +0000 +++ b/lispref/frames.texi Sun Jan 13 11:50:39 2002 +0000 @@ -390,6 +390,13 @@ The width of the frame contents, in characters. (To get the height in pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) +@item fullscreen +Specify that width, height or both shall be set to the size of the screen. +The value @code{fullwidth} specifies that width shall be the size of the +screen. The value @code{fullheight} specifies that height shall be the +size of the screen. The value @code{fullboth} specifies that both the +width and the height shall be set to the size of the screen. + @item window-id The number of the window-system window used by the frame to contain the actual Emacs windows.