]> code.delx.au - gnu-emacs/commitdiff
(Window Frame Parameters): Document the fullscreen parameter.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:50:39 +0000 (11:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2002 11:50:39 +0000 (11:50 +0000)
lispref/frames.texi

index b466ccae9fc2d38247a8643334ce9f85f7776673..c327817070da018a370d1f978ed3ead4f2fd368b 100644 (file)
@@ -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.