From: Richard M. Stallman Date: Tue, 26 Aug 1997 01:36:29 +0000 (+0000) Subject: (Fframe_pixel_height): Doc fix. X-Git-Tag: emacs-20.1~416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=078227951fc394a44d85e679f87ad4ffc37c9343;p=emacs.git (Fframe_pixel_height): Doc fix. --- diff --git a/src/frame.c b/src/frame.c index bb0cfd48f89..128a6fef409 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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)