aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorTom Tromey2013-06-03 12:25:05 -0600
committerTom Tromey2013-06-03 12:25:05 -0600
commit68359abba96d7ec4db8aab3d3dd9cf1105c3bab5 (patch)
tree862703e7e1a1888170136a8296a5750d6b2ae2eb /doc/lispref/frames.texi
parentcbcba8ce7f980b01c18c0fd561ef6687b1361507 (diff)
parente2d8a6f0a229b4ebe26484b892ec4f14888f58b6 (diff)
downloademacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.tar.gz
emacs-68359abba96d7ec4db8aab3d3dd9cf1105c3bab5.zip
merge from trunk; clean up some issues
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 7d56d38ffad..01d2d1d6c45 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -632,8 +632,9 @@ possible. The value @code{fullboth} specifies that both the width and
632the height shall be set to the size of the screen. The value 632the height shall be set to the size of the screen. The value
633@code{maximized} specifies that the frame shall be maximized. The 633@code{maximized} specifies that the frame shall be maximized. The
634difference between @code{maximized} and @code{fullboth} is that the 634difference between @code{maximized} and @code{fullboth} is that the
635former still has window manager decorations while the latter really 635former can still be resized by dragging window manager decorations
636covers the whole screen. 636with the mouse, while the latter really covers the whole screen and
637does not allow resizing by mouse dragging.
637@end table 638@end table
638 639
639@node Layout Parameters 640@node Layout Parameters