# HG changeset patch # User Richard M. Stallman # Date 739869740 0 # Node ID 5160a6967f80d3470623622d897bf7779a8cb3c7 # Parent f42eaf84478f6245adfb522a795ecb92f6e5170b Doc fixes. diff -r f42eaf84478f -r 5160a6967f80 src/frame.c --- 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;