emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105798: lisp/window.el (window-min-w


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105798: lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).
Date: Sat, 17 Sep 2011 02:42:13 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105798
fixes bug(s): http://debbugs.gnu.org/9522
author: Sven Joachim <address@hidden>, Paul Eggert <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-17 02:42:13 +0200
message:
  lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).
modified:
  lisp/ChangeLog
  lisp/window.el
  src/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-16 17:15:16 +0000
+++ b/lisp/ChangeLog    2011-09-17 00:42:13 +0000
@@ -1,3 +1,7 @@
+2011-09-17  Sven Joachim  <address@hidden>
+
+       * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
+
 2011-09-16  Eli Zaretskii  <address@hidden>
 
        * simple.el (line-move): If goal-column is set, move by logical

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-09-15 15:12:15 +0000
+++ b/lisp/window.el    2011-09-17 00:42:13 +0000
@@ -182,7 +182,7 @@
 
 (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 @@
        ;; 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

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-09-16 17:49:29 +0000
+++ b/src/ChangeLog     2011-09-17 00:42:13 +0000
@@ -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  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]