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:
parent
1c84bc7afa
commit
a77cfeaf4b
@ -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.
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user