diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-28 12:29:07 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-28 12:29:07 +0300 |
commit | 7990d0c36ae09c5b1d033f189c6218fcfa65afc2 (patch) | |
tree | 918fb81f246515933245af41422dc00c92b16b89 /doc/lispref/windows.texi | |
parent | 1c8e90649e440830ebe288251848170f42ade3b4 (diff) | |
download | emacs-7990d0c36ae09c5b1d033f189c6218fcfa65afc2.tar.gz |
; * doc/lispref/windows.texi (Window Sizes): Fix a 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 e070e84c67b..60baf517801 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 |