+2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
+
+ * window.c (Fwindow_height): Doc fix (bug#6518).
+
2010-07-21 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
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;
{