From b6704d58e828e96d72185d9f3a63545771d2698f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 6 Oct 2020 19:32:20 +0300 Subject: [PATCH] ; * src/xdisp.c (Fwindow_text_pixel_size): Doc fix. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 5632aecfba9..05f69b0321f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -10436,7 +10436,7 @@ contains long lines that shall be truncated anyway. The optional argument Y-LIMIT, if non-nil, specifies the maximum Y coordinate beyond which the text is to be ignored; it is therefore -also the maxcomp height that the function can return (excluding the +also the maximum height that the function can return (excluding the height of the mode- or header-line, if any). Y-LIMIT nil or omitted means consider all of the accessible portion of buffer text up to the position specified by TO. Since calculating the text height of a -- 2.39.5