aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-04 12:09:41 +0200
committerEli Zaretskii2011-11-04 12:09:41 +0200
commit89bd5ee15acb93aefd403f3c76d1aff57520608b (patch)
treef0b75789124fd62789f8642eec80b97c82c01fe1 /lisp/ChangeLog
parent56c31147dce7a3b3c40792be5b115a2e6dbcfe1d (diff)
downloademacs-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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6352a65e4fc..eb276721dbc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12011-11-04 Eli Zaretskii <eliz@gnu.org>
2
3 * window.el (window-body-height, window-body-width): Mention in
4 the doc string that the return values are in frame's canonical
5 units. (Bug#9949)
6
12011-11-03 Alan Mackenzie <acm@muc.de> 72011-11-03 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for 9 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for