From: Glenn Morris Date: Sun, 29 Jan 2012 01:50:40 +0000 (-0800) Subject: * doc/lispref/windows.texi (Window Sizes): Fix typo. X-Git-Tag: emacs-pretest-24.0.93~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=182148eeb5e97102965fd3e66f293d0fcfcaf2b0;p=emacs.git * doc/lispref/windows.texi (Window Sizes): Fix typo. --- 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 @@ +2012-01-29 Glenn Morris + + * windows.texi (Window Sizes): Fix typo. + 2012-01-28 Chong Yidong * 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. @end defun For compatibility with previous versions of Emacs, -@code{window-height} is an alias for @code{window-body-height}, and +@code{window-height} is an alias for @code{window-total-height}, and @code{window-width} is an alias for @code{window-body-width}. These aliases are considered obsolete and will be removed in the future.