From: Christoph Scholtes Date: Thu, 22 Jul 2010 23:57:23 +0000 (+0200) Subject: * window.c (Fwindow_height): Doc fix (bug#6518). X-Git-Tag: emacs-pretest-23.2.90~139^2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a77cfeaf4be9f60708ead31b6f92015bdb154129;p=emacs.git * window.c (Fwindow_height): Doc fix (bug#6518). --- diff --git a/src/ChangeLog b/src/ChangeLog index f50f1771232..07db0ab32cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-22 Christoph Scholtes + + * window.c (Fwindow_height): Doc fix (bug#6518). + 2010-07-21 Juanma Barranquero * buffer.c (syms_of_buffer) : Doc fix. 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, doc: /* Return the number of lines in WINDOW. WINDOW defaults to the selected window. -The return value includes WINDOW's mode line and header line, if any. */) +The return value includes WINDOW's mode line and header line, if any. + +Note: The function does not take into account the value of `line-spacing' +when calculating the number of lines in WINDOW. */) (window) Lisp_Object window; {