bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9522: 24.0.50; typos: "accomodate"


From: Sven Joachim
Subject: bug#9522: 24.0.50; typos: "accomodate"
Date: Fri, 16 Sep 2011 21:48:54 +0200
User-agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux)

Package: emacs
Version: 24.0.50
Severity: minor
Tags: patch

There are a few places where "accommodate" is misspelled as
"accomodate":

--8<---------------cut here---------------start------------->8---
=== modified file 'lisp/window.el'
--- lisp/window.el      2011-09-15 15:12:15 +0000
+++ lisp/window.el      2011-09-16 19:38:10 +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'
--- src/ChangeLog       2011-09-16 14:14:48 +0000
+++ src/ChangeLog       2011-09-16 19:38:05 +0000
@@ -1290,7 +1290,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.
+       accommodate underlining, etc.
 
 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
--8<---------------cut here---------------end--------------->8---
 






reply via email to

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