aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 439f9686733..9ebc6c1adc2 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -745,6 +745,18 @@ right fringe. However, you can force one fringe or the other to a
745precise width by specifying that width as a negative integer. If both 745precise width by specifying that width as a negative integer. If both
746widths are negative, only the left fringe gets the specified width. 746widths are negative, only the left fringe gets the specified width.
747 747
748@vindex right-divider-width, a frame parameter
749@item right-divider-width
750The width of the right divider (@pxref{Window Dividers}) of any window
751on the frame, in pixels. A value of zero means to not draw right
752dividers.
753
754@vindex bottom-divider-width, a frame parameter
755@item bottom-divider-width
756The width of the bottom divider (@pxref{Window Dividers}) of any window
757on the frame, in pixels. A value of zero means to not draw bottom
758dividers.
759
748@vindex menu-bar-lines frame parameter 760@vindex menu-bar-lines frame parameter
749@item menu-bar-lines 761@item menu-bar-lines
750The number of lines to allocate at the top of the frame for a menu 762The number of lines to allocate at the top of the frame for a menu