From 8da11505d318e24db3cdb0447d46ce9ab0180af8 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 17 Sep 2011 02:46:59 +0200 Subject: [PATCH] lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos. Fixes: debbugs:9522 --- lisp/ChangeLog | 5 +++++ lisp/window.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.2