]> git.eshelyaron.com Git - emacs.git/commitdiff
src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Dec 2014 17:15:01 +0000 (19:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Dec 2014 17:15:01 +0000 (19:15 +0200)
src/ChangeLog
src/window.c

index c0b9039c339b99ac84bcbd0d0508204635ba4c42..d6de89a9d507b8ee879c3becd04bb5b8073c4a37 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * window.c (Fwindow_body_width): Doc fix.  (Bug#19395)
+
 2014-12-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
index 6938ffb8cb850461f0e171454fe0ed6aaaf0aaa6..ccd714ae12e2c2e250a7be8a02398853e7b47529 100644 (file)
@@ -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),