1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

* window.c (Fwindow_height): Doc fix (bug#6518).

This commit is contained in:
Christoph Scholtes 2010-07-23 01:57:23 +02:00 committed by Juanma Barranquero
parent 1c84bc7afa
commit a77cfeaf4b
2 changed files with 8 additions and 1 deletions

View 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.

View 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;
{