aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorChong Yidong2008-12-30 13:28:33 +0000
committerChong Yidong2008-12-30 13:28:33 +0000
commitf039b2d2b01095c666f5b697116763eeccef22b5 (patch)
tree39be6f884d9d7acfd6a2d44377f376076f876e1c /src/window.c
parent30bf4750fbded1f835e8414bb159c8bb7e585a31 (diff)
downloademacs-f039b2d2b01095c666f5b697116763eeccef22b5.tar.gz
emacs-f039b2d2b01095c666f5b697116763eeccef22b5.zip
Minor doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
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.
5791WINDOW defaults to the selected window. 5791WINDOW defaults to the selected window.
5792 5792
5793The return value does neither include the mode line or header line, if 5793The return value does not include the mode line, any header line, nor
5794any, nor any partial-height lines in the text display area. */) 5794any partial-height lines in the text display area. */)
5795 (window) 5795 (window)
5796 Lisp_Object window; 5796 Lisp_Object window;
5797{ 5797{