aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi12
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index dbff044e68c..e985de0cc37 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2
3 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4
12009-06-24 Chong Yidong <cyd@stupidchicken.com> 52009-06-24 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * display.texi (Window Systems): Add ns to the list. 7 * display.texi (Window Systems): Add ns to the list.
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 87127c9cd66..85bf2bb75e7 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -609,11 +609,15 @@ the @code{user-position} parameter (see above) does for the position
609parameters @code{top} and @code{left}. 609parameters @code{top} and @code{left}.
610 610
611@item fullscreen 611@item fullscreen
612Specify that width, height or both shall be set to the size of the screen. 612Specify that width, height or both shall be maximized.
613The value @code{fullwidth} specifies that width shall be the size of the 613The value @code{fullwidth} specifies that width shall as wide as possible.
614screen. The value @code{fullheight} specifies that height shall be the 614The value @code{fullheight} specifies that height shall be as tall as
615size of the screen. The value @code{fullboth} specifies that both the 615possible. The value @code{fullboth} specifies that both the
616width and the height shall be set to the size of the screen. 616width and the height shall be set to the size of the screen.
617The value @code{maximized} specifies that the frame shall be maximized.
618The difference between @code{maximized} and @code{fullboth} is that
619the first does have window manager decorations but the second does not
620and thus really covers the whole screen.
617@end table 621@end table
618 622
619@node Layout Parameters 623@node Layout Parameters