aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-26 01:36:29 +0000
committerRichard M. Stallman1997-08-26 01:36:29 +0000
commit078227951fc394a44d85e679f87ad4ffc37c9343 (patch)
tree7376d17887d7a17fa33540257fc574e06ef79e50 /src
parent249ffa67f1c3acbe78792c8db6c91cf26be5f296 (diff)
downloademacs-078227951fc394a44d85e679f87ad4ffc37c9343.tar.gz
emacs-078227951fc394a44d85e679f87ad4ffc37c9343.zip
(Fframe_pixel_height): Doc fix.
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)