From: Eli Zaretskii Date: Fri, 27 Jan 2006 18:34:15 +0000 (+0000) Subject: (Layout Parameters): border-width and internal-border-width belong to the X-Git-Tag: emacs-pretest-22.0.90~4560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af9328f9e9372b8ab667477406930d7a82476689;p=emacs.git (Layout Parameters): border-width and internal-border-width belong to the frame, not the window. --- diff --git a/lispref/frames.texi b/lispref/frames.texi index 3cb5e49dbac..4b967d8989c 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -466,10 +466,10 @@ frame, or control their sizes. @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