Make doc-string of window-total-size more self-contained.
* window.el (window-total-size): Make doc-string more self-contained.
This commit is contained in:
parent
02e0530477
commit
d5f2feb581
2 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-08-10 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (window-total-size): Make doc-string more
|
||||
self-contained.
|
||||
|
||||
2014-08-09 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (display-buffer-below-selected): Restore original
|
||||
|
|
|
@ -1117,8 +1117,17 @@ dumping to it."
|
|||
WINDOW must be a valid window and defaults to the selected one.
|
||||
|
||||
If HORIZONTAL is omitted or nil, return the total height of
|
||||
WINDOW, in lines, like `window-total-height'. Otherwise return
|
||||
the total width, in columns, like `window-total-width'.
|
||||
WINDOW, in lines. If WINDOW is live, its total height includes,
|
||||
in addition to the height of WINDOW's text, the heights of
|
||||
WINDOW's mode and header line and a bottom divider, if any.
|
||||
|
||||
If HORIZONTAL is non-nil, return the total width of WINDOW, in
|
||||
columns. If WINDOW is live, its total width includes, in
|
||||
addition to the width of WINDOW's text, the widths of WINDOW's
|
||||
fringes, margins, scroll bars and its right divider, if any.
|
||||
|
||||
If WINDOW is internal, return the respective size of the screen
|
||||
areas spanned by its children.
|
||||
|
||||
Optional argument ROUND is handled as for `window-total-height'
|
||||
and `window-total-width'."
|
||||
|
|
Loading…
Add table
Reference in a new issue