changeset 19532:9dcee56b2966

(Fframe_pixel_height): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Aug 1997 01:36:29 +0000
parents f5b98be7c142
children e67f4e6a5a24
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Tue Aug 26 00:13:53 1997 +0000
+++ b/src/frame.c	Tue Aug 26 01:36:29 1997 +0000
@@ -1989,6 +1989,8 @@
 DEFUN ("frame-pixel-height", Fframe_pixel_height, 
        Sframe_pixel_height, 0, 1, 0,
   "Return a FRAME's height in pixels.\n\
+This counts only the height available for text lines,\n\
+not menu bars on window-system Emacs frames.\n\
 For a terminal frame, the result really gives the height in characters.\n\
 If FRAME is omitted, the selected frame is used.")
   (frame)