diff src/window.c @ 109341:6b1ebe1e590d

* window.c (Fwindow_height): Doc fix (bug#6518).
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Jul 2010 01:57:23 +0200
parents 1d1d5d9bd884
children a4b9fa0b861b e829321a29ff
line wrap: on
line diff
--- a/src/window.c	Wed Jul 21 20:05:31 2010 +0200
+++ b/src/window.c	Fri Jul 23 01:57:23 2010 +0200
@@ -517,7 +517,10 @@
        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;
 {