From 560e5397f2999c86109631282ba73a8c6445f647 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Jan 2002 11:50:39 +0000 Subject: [PATCH] (Window Frame Parameters): Document the fullscreen parameter. --- lispref/frames.texi | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2