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