diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-28 12:56:44 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-28 12:56:44 +0300 |
commit | ba54f7e39c22de097340dafa39abbef12b601260 (patch) | |
tree | f16a14897acb5e93cf00ccc2a7d8f3fb03ed8ee4 /doc/lispref/windows.texi | |
parent | 7990d0c36ae09c5b1d033f189c6218fcfa65afc2 (diff) | |
download | emacs-ba54f7e39c22de097340dafa39abbef12b601260.tar.gz |
; * doc/lispref/windows.texi (Window Sizes): Another typo. (Bug#56811)
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 60baf517801..597e31fe85e 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -747,7 +747,7 @@ the selected window. If @var{window} is internal, the return value is the total width occupied by its descendant windows. If a window's pixel width is not an integral multiple of its frame's -character width, the number of lines occupied by the window is rounded +character width, the number of columns occupied by the window is rounded internally. This is done in a way such that, if the window is a parent window, the sum of the total widths of all its children internally equals the total width of their parent. This means that although two |