From: Eli Zaretskii Date: Sun, 13 Jan 2002 11:50:39 +0000 (+0000) Subject: (Window Frame Parameters): Document the fullscreen parameter. X-Git-Tag: ttn-vms-21-2-B4~17173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=560e5397f2999c86109631282ba73a8c6445f647;p=emacs.git (Window Frame Parameters): Document the fullscreen parameter. --- diff --git a/lispref/frames.texi b/lispref/frames.texi index b466ccae9fc..c327817070d 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -390,6 +390,13 @@ pixels, call @code{frame-pixel-height}; see @ref{Size and Position}.) 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.