emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/frames.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi
Date: Sun, 13 Jan 2002 06:50:39 -0500

Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.50 emacs/lispref/frames.texi:1.51
*** emacs/lispref/frames.texi:1.50      Thu Oct 25 11:30:00 2001
--- emacs/lispref/frames.texi   Sun Jan 13 06:50:39 2002
***************
*** 390,395 ****
--- 390,402 ----
  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]