From 4bd38e9445f794748e7a2c71b02599e54c5216f5 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 16 Nov 2004 14:14:13 +0000 Subject: [PATCH] (Window Frame Parameters): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/frames.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 104037b6516..efc086c6c2f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-11-16 Thien-Thi Nguyen + + * frames.texi (Window Frame Parameters): Fix typo. + 2004-11-15 Kim F. Storm * symbols.texi (Other Plists): Note that plist-get may signal error. diff --git a/lispref/frames.texi b/lispref/frames.texi index 736115ef11e..655232a8869 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -517,8 +517,8 @@ Display a vertical bar between characters. Display a vertical bar @var{width} pixels wide between characters. @item hbar Display a horizontal bar. -@item (bar . @var{width}) -Display a horizontal bar @var{width} pixels high. +@item (hbar . @var{height}) +Display a horizontal bar @var{height} pixels high. @end table @vindex cursor-type -- 2.39.5