]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos.
authorJuri Linkov <juri@jurta.org>
Sat, 17 Sep 2011 00:46:59 +0000 (02:46 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Sep 2011 00:46:59 +0000 (02:46 +0200)
Fixes: debbugs:9522
lisp/ChangeLog
lisp/window.el

index a1b37b77dadafe4c7f2db8622e733cdce2d8e7fb..6fa59a31f5df9ab846a64a6d2c2b06fa27425f88 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-17  Juri Linkov  <juri@jurta.org>
+
+       * window.el (window-safe-min-height, window-safe-min-width):
+       Fix typos (followup to bug#9522).
+
 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
 
        * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
index ab0ac34fb1ce37d5a2b655443fd267ac3963ec1c..e0be98d5bd1a22fe4a5d82d74a227594c476aecd 100644 (file)
@@ -158,7 +158,7 @@ An application may bind this to a non-nil value around calls to
 these functions to inhibit processing of window parameters.")
 
 (defconst window-safe-min-height 1
-  "The absolut minimum number of lines of a window.
+  "The absolute minimum number of lines of a window.
 Anything less might crash Emacs.")
 
 (defcustom window-min-height 4
@@ -177,7 +177,7 @@ shorter, explictly specify the SIZE argument of that function."
   :group 'windows)
 
 (defconst window-safe-min-width 2
-  "The absolut minimum number of columns of a window.
+  "The absolute minimum number of columns of a window.
 Anything less might crash Emacs.")
 
 (defcustom window-min-width 10