From: Sven Joachim Date: Sat, 17 Sep 2011 00:42:13 +0000 (+0200) Subject: lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522). X-Git-Tag: emacs-pretest-24.0.90~104^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a91adc7e1fcf51058881f8ef5c82c2f1fb1429c6;p=emacs.git lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8d4c872d59..a1b37b77dad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-17 Sven Joachim + + * window.el (window-min-width, window-state-put): Fix typos (bug#9522). + 2011-09-16 Eli Zaretskii * simple.el (line-move): If goal-column is set, move by logical diff --git a/lisp/window.el b/lisp/window.el index c0e8781aab0..ab0ac34fb1c 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -182,7 +182,7 @@ Anything less might crash Emacs.") (defcustom window-min-width 10 "The minimum number of columns of any window. -The value has to accomodate margins, fringes, or scrollbars if +The value has to accommodate margins, fringes, or scrollbars if present. A value less than `window-safe-min-width' is ignored. The value of this variable is honored when windows are resized or split. @@ -3772,7 +3772,7 @@ subwindows can get as small as `window-safe-min-height' and ;; issues - so IGNORE equal 'safe might not always produce the ;; minimum possible state. But such configurations hardly make ;; sense anyway. - (error "Window %s too small to accomodate state" window) + (error "Window %s too small to accommodate state" window) (setq state (cdr state)) (setq window-state-put-list nil) ;; Work on the windows of a temporary buffer to make sure that diff --git a/src/ChangeLog b/src/ChangeLog index 0ea45aed1a3..27b7e709317 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1298,7 +1298,7 @@ underline, overline, and strike-through. (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to ns_draw_text_decoration. Change treatment of cursor drawing to - accomodate underlining, etc. + accomomdate underlining, etc. 2011-07-28 Eli Zaretskii