diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 81fb70a17fd..a7759cf897e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5790,8 +5790,8 @@ DEFUN ("window-text-height", Fwindow_text_height, Swindow_text_height, | |||
| 5790 | doc: /* Return the height in lines of the text display area of WINDOW. | 5790 | doc: /* Return the height in lines of the text display area of WINDOW. |
| 5791 | WINDOW defaults to the selected window. | 5791 | WINDOW defaults to the selected window. |
| 5792 | 5792 | ||
| 5793 | The return value does neither include the mode line or header line, if | 5793 | The return value does not include the mode line, any header line, nor |
| 5794 | any, nor any partial-height lines in the text display area. */) | 5794 | any partial-height lines in the text display area. */) |
| 5795 | (window) | 5795 | (window) |
| 5796 | Lisp_Object window; | 5796 | Lisp_Object window; |
| 5797 | { | 5797 | { |