aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-01-28 17:50:40 -0800
committerGlenn Morris2012-01-28 17:50:40 -0800
commit182148eeb5e97102965fd3e66f293d0fcfcaf2b0 (patch)
tree90bcac690afa1766a45b8e977dd451761fce475c
parent576950c66cf13943165ec610894ff6d394f29877 (diff)
downloademacs-182148eeb5e97102965fd3e66f293d0fcfcaf2b0.tar.gz
emacs-182148eeb5e97102965fd3e66f293d0fcfcaf2b0.zip
* doc/lispref/windows.texi (Window Sizes): Fix typo.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/windows.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 81cee99308b..d34e033b165 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-01-29 Glenn Morris <rgm@gnu.org>
2
3 * windows.texi (Window Sizes): Fix typo.
4
12012-01-28 Chong Yidong <cyd@gnu.org> 52012-01-28 Chong Yidong <cyd@gnu.org>
2 6
3 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist 7 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index a0f8b61ddfe..98263f4093c 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -479,7 +479,7 @@ partially-visible line at the bottom of the text area is not counted.
479@end defun 479@end defun
480 480
481 For compatibility with previous versions of Emacs, 481 For compatibility with previous versions of Emacs,
482@code{window-height} is an alias for @code{window-body-height}, and 482@code{window-height} is an alias for @code{window-total-height}, and
483@code{window-width} is an alias for @code{window-body-width}. These 483@code{window-width} is an alias for @code{window-body-width}. These
484aliases are considered obsolete and will be removed in the future. 484aliases are considered obsolete and will be removed in the future.
485 485