From 101a6cea6af0708f1581c4c67243b4b8496b2811 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Dec 2007 03:16:48 +0000 Subject: [PATCH] (Size Parameters): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/frames.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 73af0a17ddb..c959325ba28 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-12-28 Richard Stallman + + * frames.texi (Size Parameters): Fix typo. + 2007-12-23 Richard Stallman * customize.texi (Type Keywords): Uncomment :validate and clarify it. diff --git a/lispref/frames.texi b/lispref/frames.texi index 8970a34641a..43329eff840 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -455,7 +455,7 @@ The height of the frame contents, in characters. (To get the height in pixels, call @code{frame-pixel-height}; see @ref{Size and Position}.) @item width -The width of the frame contents, in characters. (To get the height in +The width of the frame contents, in characters. (To get the width in pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) @item user-size -- 2.39.5