diff options
| author | Richard M. Stallman | 1997-08-26 01:36:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-26 01:36:29 +0000 |
| commit | 078227951fc394a44d85e679f87ad4ffc37c9343 (patch) | |
| tree | 7376d17887d7a17fa33540257fc574e06ef79e50 /src | |
| parent | 249ffa67f1c3acbe78792c8db6c91cf26be5f296 (diff) | |
| download | emacs-078227951fc394a44d85e679f87ad4ffc37c9343.tar.gz emacs-078227951fc394a44d85e679f87ad4ffc37c9343.zip | |
(Fframe_pixel_height): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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.") | |||
| 1989 | DEFUN ("frame-pixel-height", Fframe_pixel_height, | 1989 | DEFUN ("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\ |
| 1992 | This counts only the height available for text lines,\n\ | ||
| 1993 | not menu bars on window-system Emacs frames.\n\ | ||
| 1992 | For a terminal frame, the result really gives the height in characters.\n\ | 1994 | For a terminal frame, the result really gives the height in characters.\n\ |
| 1993 | If FRAME is omitted, the selected frame is used.") | 1995 | If FRAME is omitted, the selected frame is used.") |
| 1994 | (frame) | 1996 | (frame) |