diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 64a97437939..f9a2d31b4fe 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -517,7 +517,10 @@ DEFUN ("window-height", Fwindow_height, Swindow_height, 0, 1, 0, | |||
| 517 | doc: /* Return the number of lines in WINDOW. | 517 | doc: /* Return the number of lines in WINDOW. |
| 518 | WINDOW defaults to the selected window. | 518 | WINDOW defaults to the selected window. |
| 519 | 519 | ||
| 520 | The return value includes WINDOW's mode line and header line, if any. */) | 520 | The return value includes WINDOW's mode line and header line, if any. |
| 521 | |||
| 522 | Note: The function does not take into account the value of `line-spacing' | ||
| 523 | when calculating the number of lines in WINDOW. */) | ||
| 521 | (window) | 524 | (window) |
| 522 | Lisp_Object window; | 525 | Lisp_Object window; |
| 523 | { | 526 | { |