aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/frames.texi2
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
612Specify that width, height or both shall be maximized. 612Specify that width, height or both shall be maximized.
613The value @code{fullwidth} specifies that width shall as wide as possible. 613The value @code{fullwidth} specifies that width shall be as wide as possible.
614The value @code{fullheight} specifies that height shall be as tall as 614The value @code{fullheight} specifies that height shall be as tall as
615possible. 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.