]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fframe_pixel_height): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 01:36:29 +0000 (01:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 01:36:29 +0000 (01:36 +0000)
src/frame.c

index bb0cfd48f89fed215c566eb04222e39574853b2e..128a6fef40976098739c8af9ca29655c7bc9798b 100644 (file)
@@ -1989,6 +1989,8 @@ For a terminal screen, the value is always 1.")
 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)