[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 8596361 2/3: src/window.c (Fwindow_body_width): Doc
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] master 8596361 2/3: src/window.c (Fwindow_body_width): Doc fix. (Bug#19395) |
Date: |
Wed, 07 Jan 2015 23:22:40 +0000 |
branch: master
commit 8596361bb3a005394db8328d8f0a6df0cb91b5cc
Author: Eli Zaretskii <address@hidden>
Commit: Andreas Schwab <address@hidden>
src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
---
src/ChangeLog | 4 ++++
src/window.c | 5 ++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/ChangeLog b/src/ChangeLog
index 861ba91..8680c5e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -253,6 +253,10 @@
* xterm.c (do_ewmh_fullscreen): Don't remove maximized_horz/vert
when going to fullscreen (Bug#0x180004f).
+2014-12-27 Eli Zaretskii <address@hidden>
+
+ * window.c (Fwindow_body_width): Doc fix. (Bug#19395)
+
2014-12-27 Stefan Monnier <address@hidden>
* buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
diff --git a/src/window.c b/src/window.c
index b508988..1d2221f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -974,7 +974,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),