diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-12-28 03:16:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-12-28 03:16:48 +0000 |
commit | 101a6cea6af0708f1581c4c67243b4b8496b2811 (patch) | |
tree | 00879d8f66b47dcd5a8e1163948041c40b937d77 /lispref | |
parent | 2d0a22f8260605bab25db423b0acc929bb48dce5 (diff) | |
download | emacs-101a6cea6af0708f1581c4c67243b4b8496b2811.tar.gz |
(Size Parameters): Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 4 | ||||
-rw-r--r-- | lispref/frames.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 <rms@gnu.org> + + * frames.texi (Size Parameters): Fix typo. + 2007-12-23 Richard Stallman <rms@gnu.org> * 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 |