]> 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)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 7 Jan 2015 23:17:32 +0000 (00:17 +0100)
src/ChangeLog
src/window.c

index 861ba91c275fe71400b8e6fbf7bb3bd451187718..8680c5e231be4a1c135ce7ea51730a342c80700c 100644 (file)
        * xterm.c (do_ewmh_fullscreen): Don't remove maximized_horz/vert
        when going to fullscreen (Bug#0x180004f).
 
+2014-12-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * window.c (Fwindow_body_width): Doc fix.  (Bug#19395)
+
 2014-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
index b508988953f1e45a28af76adb14ffb87a1573bb7..1d2221fd9b22c9faf99654c5854a44c76cfb2c44 100644 (file)
@@ -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),