lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).
authorSven Joachim <svenjoac@gmx.de>
Sat, 17 Sep 2011 00:42:13 +0000 (02:42 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Sep 2011 00:42:13 +0000 (02:42 +0200)
lisp/ChangeLog
lisp/window.el
src/ChangeLog

index d8d4c87..a1b37b7 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-17  Sven Joachim  <svenjoac@gmx.de>
+
+       * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
+
 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
 
        * simple.el (line-move): If goal-column is set, move by logical
index c0e8781..ab0ac34 100644 (file)
@@ -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
index 0ea45ae..27b7e70 100644 (file)
        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  <eliz@gnu.org>