]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c (Fwindow_height): Doc fix (bug#6518).
authorChristoph Scholtes <cschol2112@gmail.com>
Thu, 22 Jul 2010 23:57:23 +0000 (01:57 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Jul 2010 23:57:23 +0000 (01:57 +0200)
src/ChangeLog
src/window.c

index f50f17712327ceae4687b761bc1d5e999cd3a302..07db0ab32cc2cb277c6f93f1f3a54fde01e69ad5 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 64a97437939b927a963b0596a680edd23d17fd8d..f9a2d31b4fe3347e5540b59c1b9a9cd3c9b7f03a 100644 (file)
@@ -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;
 {