diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-28 14:56:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-28 14:56:25 +0200 |
commit | cf252ef4db9b5b79e12cc51c23d98fcbda81533b (patch) | |
tree | 0a263995da0d1ea3d65e439957f7f4e9eefdf7b0 /doc/lispref | |
parent | eeb51e3db7335f599af846adf9be154d89a1af95 (diff) | |
parent | ba54f7e39c22de097340dafa39abbef12b601260 (diff) | |
download | emacs-cf252ef4db9b5b79e12cc51c23d98fcbda81533b.tar.gz emacs-cf252ef4db9b5b79e12cc51c23d98fcbda81533b.tar.bz2 emacs-cf252ef4db9b5b79e12cc51c23d98fcbda81533b.zip |
Merge from origin/emacs-28
ba54f7e39c ; * doc/lispref/windows.texi (Window Sizes): Another typo....
7990d0c36a ; * doc/lispref/windows.texi (Window Sizes): Fix a typo. ...
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 535571b3161..c7f014e2f3b 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -737,7 +737,7 @@ with any other @var{round} it returns the internal value of @cindex window width @cindex width of a window @cindex total width of a window -The @dfn{total width} of a window is the number of lines comprising its +The @dfn{total width} of a window is the number of columns comprising its body and its left and right decorations (@pxref{Basic Windows}). @defun window-total-width &optional window round @@ -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 |