diff options
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 85bf2bb75e7..69dfff5ad43 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -610,7 +610,7 @@ parameters @code{top} and @code{left}. | |||
| 610 | 610 | ||
| 611 | @item fullscreen | 611 | @item fullscreen |
| 612 | Specify that width, height or both shall be maximized. | 612 | Specify that width, height or both shall be maximized. |
| 613 | The value @code{fullwidth} specifies that width shall as wide as possible. | 613 | The value @code{fullwidth} specifies that width shall be as wide as possible. |
| 614 | The value @code{fullheight} specifies that height shall be as tall as | 614 | The value @code{fullheight} specifies that height shall be as tall as |
| 615 | possible. 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. |