comparison src/frame.c @ 19532:9dcee56b2966

(Fframe_pixel_height): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Aug 1997 01:36:29 +0000
parents 7f491075707a
children bb460edc7187
comparison
equal deleted inserted replaced
19531:f5b98be7c142 19532:9dcee56b2966
1987 } 1987 }
1988 1988
1989 DEFUN ("frame-pixel-height", Fframe_pixel_height, 1989 DEFUN ("frame-pixel-height", Fframe_pixel_height,
1990 Sframe_pixel_height, 0, 1, 0, 1990 Sframe_pixel_height, 0, 1, 0,
1991 "Return a FRAME's height in pixels.\n\ 1991 "Return a FRAME's height in pixels.\n\
1992 This counts only the height available for text lines,\n\
1993 not menu bars on window-system Emacs frames.\n\
1992 For a terminal frame, the result really gives the height in characters.\n\ 1994 For a terminal frame, the result really gives the height in characters.\n\
1993 If FRAME is omitted, the selected frame is used.") 1995 If FRAME is omitted, the selected frame is used.")
1994 (frame) 1996 (frame)
1995 Lisp_Object frame; 1997 Lisp_Object frame;
1996 { 1998 {