comparison 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
comparison
equal deleted inserted replaced
3675:f42eaf84478f 3676:5160a6967f80
1204 return make_number (1); 1204 return make_number (1);
1205 } 1205 }
1206 1206
1207 DEFUN ("frame-pixel-height", Fframe_pixel_height, 1207 DEFUN ("frame-pixel-height", Fframe_pixel_height,
1208 Sframe_pixel_height, 0, 1, 0, 1208 Sframe_pixel_height, 0, 1, 0,
1209 "Return a FRAME's heightin pixels.\n\ 1209 "Return a FRAME's height in pixels.\n\
1210 For a terminal frame, the result really gives the sizes in characters.\n\ 1210 For a terminal frame, the result really gives the height in characters.\n\
1211 If FRAME is omitted, the selected frame is used.") 1211 If FRAME is omitted, the selected frame is used.")
1212 (frame) 1212 (frame)
1213 Lisp_Object frame; 1213 Lisp_Object frame;
1214 { 1214 {
1215 struct frame *f; 1215 struct frame *f;
1231 } 1231 }
1232 1232
1233 DEFUN ("frame-pixel-width", Fframe_pixel_width, 1233 DEFUN ("frame-pixel-width", Fframe_pixel_width,
1234 Sframe_pixel_width, 0, 1, 0, 1234 Sframe_pixel_width, 0, 1, 0,
1235 "Return FRAME's width in pixels.\n\ 1235 "Return FRAME's width in pixels.\n\
1236 For a terminal frame, the result really gives the sizes in characters.\n\ 1236 For a terminal frame, the result really gives the width in characters.\n\
1237 If FRAME is omitted, the selected frame is used.") 1237 If FRAME is omitted, the selected frame is used.")
1238 (frame) 1238 (frame)
1239 Lisp_Object frame; 1239 Lisp_Object frame;
1240 { 1240 {
1241 struct frame *f; 1241 struct frame *f;