Mercurial > emacs
changeset 3676:5160a6967f80
Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jun 1993 07:22:20 +0000 |
parents | f42eaf84478f |
children | 597bde558c91 |
files | src/frame.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sat Jun 12 07:20:30 1993 +0000 +++ b/src/frame.c Sat Jun 12 07:22:20 1993 +0000 @@ -1206,8 +1206,8 @@ DEFUN ("frame-pixel-height", Fframe_pixel_height, Sframe_pixel_height, 0, 1, 0, - "Return a FRAME's heightin pixels.\n\ -For a terminal frame, the result really gives the sizes in characters.\n\ + "Return a FRAME's height in pixels.\n\ +For a terminal frame, the result really gives the height in characters.\n\ If FRAME is omitted, the selected frame is used.") (frame) Lisp_Object frame; @@ -1233,7 +1233,7 @@ DEFUN ("frame-pixel-width", Fframe_pixel_width, Sframe_pixel_width, 0, 1, 0, "Return FRAME's width in pixels.\n\ -For a terminal frame, the result really gives the sizes in characters.\n\ +For a terminal frame, the result really gives the width in characters.\n\ If FRAME is omitted, the selected frame is used.") (frame) Lisp_Object frame;