diff options
| author | Chong Yidong | 2008-12-30 13:28:33 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-30 13:28:33 +0000 |
| commit | f039b2d2b01095c666f5b697116763eeccef22b5 (patch) | |
| tree | 39be6f884d9d7acfd6a2d44377f376076f876e1c /src/window.c | |
| parent | 30bf4750fbded1f835e8414bb159c8bb7e585a31 (diff) | |
| download | emacs-f039b2d2b01095c666f5b697116763eeccef22b5.tar.gz emacs-f039b2d2b01095c666f5b697116763eeccef22b5.zip | |
Minor doc fix.
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 | { |