+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).
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
: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