emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99939: * window.c (Fwindow_height


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99939: * window.c (Fwindow_height): Doc fix (bug#6518).
Date: Fri, 23 Jul 2010 01:57:23 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99939
author: Christoph Scholtes <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-07-23 01:57:23 +0200
message:
  * window.c (Fwindow_height): Doc fix (bug#6518).
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-21 10:45:01 +0000
+++ b/src/ChangeLog     2010-07-22 23:57:23 +0000
@@ -1,3 +1,7 @@
+2010-07-22  Christoph Scholtes  <address@hidden>
+
+       * window.c (Fwindow_height): Doc fix (bug#6518).
+
 2010-07-21  Juanma Barranquero  <address@hidden>
 
        * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.

=== modified file 'src/window.c'
--- a/src/window.c      2010-01-13 08:35:10 +0000
+++ b/src/window.c      2010-07-22 23:57:23 +0000
@@ -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;
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]