diff options
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. | |||
| 973 | If PIXELWISE is nil, return the largest integer smaller than WINDOW's | 973 | If PIXELWISE is nil, return the largest integer smaller than WINDOW's |
| 974 | pixel width divided by the character width of WINDOW's frame. This | 974 | pixel width divided by the character width of WINDOW's frame. This |
| 975 | means that if a column at the right of the text area is only partially | 975 | means that if a column at the right of the text area is only partially |
| 976 | visible, that column is not counted. */) | 976 | visible, that column is not counted. |
| 977 | |||
| 978 | Note that the returned value includes the column reserved for the | ||
| 979 | continuation glyph. */) | ||
| 977 | (Lisp_Object window, Lisp_Object pixelwise) | 980 | (Lisp_Object window, Lisp_Object pixelwise) |
| 978 | { | 981 | { |
| 979 | return make_number (window_body_width (decode_live_window (window), | 982 | return make_number (window_body_width (decode_live_window (window), |