diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 12 |
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 @@ | |||
| 1 | 2009-07-01 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * frames.texi (Size Parameters): Mention maximized for fullscreen. | ||
| 4 | |||
| 1 | 2009-06-24 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-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 | |||
| 609 | parameters @code{top} and @code{left}. | 609 | parameters @code{top} and @code{left}. |
| 610 | 610 | ||
| 611 | @item fullscreen | 611 | @item fullscreen |
| 612 | Specify that width, height or both shall be set to the size of the screen. | 612 | Specify that width, height or both shall be maximized. |
| 613 | The value @code{fullwidth} specifies that width shall be the size of the | 613 | The value @code{fullwidth} specifies that width shall as wide as possible. |
| 614 | screen. The value @code{fullheight} specifies that height shall be the | 614 | The value @code{fullheight} specifies that height shall be as tall as |
| 615 | size of the screen. The value @code{fullboth} specifies that both the | 615 | possible. The value @code{fullboth} specifies that both the |
| 616 | width and the height shall be set to the size of the screen. | 616 | width and the height shall be set to the size of the screen. |
| 617 | The value @code{maximized} specifies that the frame shall be maximized. | ||
| 618 | The difference between @code{maximized} and @code{fullboth} is that | ||
| 619 | the first does have window manager decorations but the second does not | ||
| 620 | and thus really covers the whole screen. | ||
| 617 | @end table | 621 | @end table |
| 618 | 622 | ||
| 619 | @node Layout Parameters | 623 | @node Layout Parameters |