diff options
| author | Eli Zaretskii | 2011-11-04 12:09:41 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-04 12:09:41 +0200 |
| commit | 89bd5ee15acb93aefd403f3c76d1aff57520608b (patch) | |
| tree | f0b75789124fd62789f8642eec80b97c82c01fe1 /doc/lispref/ChangeLog | |
| parent | 56c31147dce7a3b3c40792be5b115a2e6dbcfe1d (diff) | |
| download | emacs-89bd5ee15acb93aefd403f3c76d1aff57520608b.tar.gz emacs-89bd5ee15acb93aefd403f3c76d1aff57520608b.zip | |
Fix documentation per bug #9949.
src/window.c (Fwindow_body_size): Mention in the doc string that the
return value is in frame's canonical units.
lisp/window.el (window-body-height, window-body-width): Mention in
the doc string that the return values are in frame's canonical
units.
doc/lispref/windows.texi (Window Sizes): Mention in the doc string that the
return values of `window-body-height' and `window-body-width' are
in frame's canonical units.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1e86e07998c..2da562bdcfb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Window Sizes): Mention in the doc string that the | ||
| 4 | return values of `window-body-height' and `window-body-width' are | ||
| 5 | in frame's canonical units. (Bug#9949) | ||
| 6 | |||
| 1 | 2011-10-30 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-10-30 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * windows.texi (Windows and Frames): Remove "iso-" infix from | 9 | * windows.texi (Windows and Frames): Remove "iso-" infix from |