diff src/frame.c @ 3676:5160a6967f80

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jun 1993 07:22:20 +0000
parents c2831d419bec
children 8e83f20d0e39
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;