Mercurial > emacs
diff lispref/frames.texi @ 68410:c27d8d7e14fd
(Layout Parameters): border-width and internal-border-width belong to the
frame, not the window.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 27 Jan 2006 18:34:15 +0000 |
| parents | e836425ee789 |
| children | 73b90bd1d0b0 7432ca837c8d |
line wrap: on
line diff
--- a/lispref/frames.texi Thu Jan 26 23:03:17 2006 +0000 +++ b/lispref/frames.texi Fri Jan 27 18:34:15 2006 +0000 @@ -466,10 +466,10 @@ @table @code @item border-width -The width in pixels of the window border. +The width in pixels of the frame's border. @item internal-border-width -The distance in pixels between text and border. +The distance in pixels between text and the frame's border. @item vertical-scroll-bars Whether the frame has scroll bars for vertical scrolling, and which side
