summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-26 01:36:29 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-26 01:36:29 +0000
commitc8358854c1588c9eba57d9632794b2a374b37300 (patch)
tree345a9ca83079851cbd9af0bd2a2585bc4e5ee023 /src/frame.c
parent6112a186612c41e925b8cc894db9ae15efc8f7f6 (diff)
downloademacs-c8358854c1588c9eba57d9632794b2a374b37300.tar.gz
(Fframe_pixel_height): Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 2 insertions, 0 deletions
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)