mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
This commit is contained in:
parent
50414e9410
commit
8596361bb3
2 changed files with 8 additions and 1 deletions
|
|
@ -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 <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.
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue