From af9328f9e9372b8ab667477406930d7a82476689 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Jan 2006 18:34:15 +0000 Subject: [PATCH] (Layout Parameters): border-width and internal-border-width belong to the frame, not the window. --- lispref/frames.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2