]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/windows.texi (Window Sizes): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sun, 29 Jan 2012 01:50:40 +0000 (17:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 29 Jan 2012 01:50:40 +0000 (17:50 -0800)
doc/lispref/ChangeLog
doc/lispref/windows.texi

index 81cee99308b81c9228bb90ef917aa39c3d2e2f96..d34e033b165c90c1881d05ae41ee2fe304ca9ec3 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-29  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Window Sizes): Fix typo.
+
 2012-01-28  Chong Yidong  <cyd@gnu.org>
 
        * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
index a0f8b61ddfeeedff7cd3bed6383825876bf916f4..98263f4093cb757d3f39a262e632f8a18d30c817 100644 (file)
@@ -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.