aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.")
1989DEFUN ("frame-pixel-height", Fframe_pixel_height, 1989DEFUN ("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\
1992This counts only the height available for text lines,\n\
1993not menu bars on window-system Emacs frames.\n\
1992For a terminal frame, the result really gives the height in characters.\n\ 1994For a terminal frame, the result really gives the height in characters.\n\
1993If FRAME is omitted, the selected frame is used.") 1995If FRAME is omitted, the selected frame is used.")
1994 (frame) 1996 (frame)