From: Juri Linkov Date: Sat, 17 Sep 2011 00:46:59 +0000 (+0200) Subject: lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos. X-Git-Tag: emacs-pretest-24.0.90~104^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8da11505d318e24db3cdb0447d46ce9ab0180af8;p=emacs.git lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos. Fixes: debbugs:9522 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a1b37b77dad..6fa59a31f5d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-09-17 Juri Linkov + + * window.el (window-safe-min-height, window-safe-min-width): + Fix typos (followup to bug#9522). + 2011-09-17 Sven Joachim * window.el (window-min-width, window-state-put): Fix typos (bug#9522). diff --git a/lisp/window.el b/lisp/window.el index ab0ac34fb1c..e0be98d5bd1 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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