diff options
| author | Tom Tromey | 2013-06-03 12:25:05 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-06-03 12:25:05 -0600 |
| commit | 68359abba96d7ec4db8aab3d3dd9cf1105c3bab5 (patch) | |
| tree | 862703e7e1a1888170136a8296a5750d6b2ae2eb /doc/lispref/frames.texi | |
| parent | cbcba8ce7f980b01c18c0fd561ef6687b1361507 (diff) | |
| parent | e2d8a6f0a229b4ebe26484b892ec4f14888f58b6 (diff) | |
| download | emacs-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.texi | 5 |
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 | |||
| 632 | the height shall be set to the size of the screen. The value | 632 | the 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 |
| 634 | difference between @code{maximized} and @code{fullboth} is that the | 634 | difference between @code{maximized} and @code{fullboth} is that the |
| 635 | former still has window manager decorations while the latter really | 635 | former can still be resized by dragging window manager decorations |
| 636 | covers the whole screen. | 636 | with the mouse, while the latter really covers the whole screen and |
| 637 | does not allow resizing by mouse dragging. | ||
| 637 | @end table | 638 | @end table |
| 638 | 639 | ||
| 639 | @node Layout Parameters | 640 | @node Layout Parameters |