diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2014-12-18 19:15:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2014-12-18 19:15:01 +0200 |
| commit | 811aceeaef8d436bdecbbb2f87bcdbefeb0cdfd0 (patch) | |
| tree | 759b1fd2de808dd9bb87fddc6e1edc362d51afc0 /src/window.c | |
| parent | 78101c2b5840218933675236062060523bdd163c (diff) | |
src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 6938ffb8cb8..ccd714ae12e 100644 --- a/src/window.c +++ b/src/window.c @@ -973,7 +973,10 @@ or scroll bars. If PIXELWISE is nil, return the largest integer smaller than WINDOW's pixel width divided by the character width of WINDOW's frame. This means that if a column at the right of the text area is only partially -visible, that column is not counted. */) +visible, that column is not counted. + +Note that the returned value includes the column reserved for the +continuation glyph. */) (Lisp_Object window, Lisp_Object pixelwise) { return make_number (window_body_width (decode_live_window (window), |
