emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112206: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112206: Spelling fixes.
Date: Mon, 01 Apr 2013 00:58:04 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112206
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-01 00:58:04 -0700
message:
  Spelling fixes.
modified:
  lib-src/ChangeLog
  lisp/ChangeLog
  lisp/ChangeLog.10
  lisp/cedet/ede/cpp-root.el
  lisp/cedet/semantic/tag-ls.el
  lisp/emacs-lisp/edebug.el
  lisp/gnus/ChangeLog
  lisp/org/ChangeLog
  src/ChangeLog.10
  src/nsmenu.m
  src/w32term.c
  test/automated/python-tests.el
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-03-26 08:21:27 +0000
+++ b/lib-src/ChangeLog 2013-04-01 07:58:04 +0000
@@ -3728,7 +3728,7 @@
 
 2002-03-05  Francesco Potortì  <address@hidden>
 
-       * etags.c: Honour #line directives.
+       * etags.c: Honor #line directives.
        (no_line_directive): New global var; set it for old behavior.
        (main): Remove some #ifdef in the getopt switch.
        (add_node, put_entries): Code added to merge different chunks of

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-31 15:19:19 +0000
+++ b/lisp/ChangeLog    2013-04-01 07:58:04 +0000
@@ -5508,7 +5508,7 @@
 
        * term/ns-win.el (ns-read-file-name): Update declaration to match
        nsfns.m.
-       (ns-respond-to-change-font): Change fontsize separatly so we are sure
+       (ns-respond-to-change-font): Change fontsize separately so we are sure
        it is set when font is acted upon.
 
 2012-10-07  Fabián Ezequiel Gallina  <address@hidden>

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2013-01-01 09:11:05 +0000
+++ b/lisp/ChangeLog.10 2013-04-01 07:58:04 +0000
@@ -19493,7 +19493,7 @@
        * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
        Quote `window-system'.
 
-       * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
+       * tmm.el (tmm-get-keymap): Honor :visible in `menu-item'.
        Add Keywords header.  Update Commentary section.
        Update copyright notice.
 

=== modified file 'lisp/cedet/ede/cpp-root.el'
--- a/lisp/cedet/ede/cpp-root.el        2013-03-21 22:11:03 +0000
+++ b/lisp/cedet/ede/cpp-root.el        2013-04-01 07:58:04 +0000
@@ -347,7 +347,7 @@
                    :documentation
                    "Compilation command that will be used for this project.
 It could be string or function that will accept proj argument and should 
return string.
-The string will be passed to 'compuile' function that will be issued in root
+The string will be passed to 'compile' function that will be issued in root
 directory of project."
                    )
    )
@@ -509,7 +509,7 @@
              (table (when expfile
                       (semanticdb-file-table-object expfile)))
              )
-        (cond 
+        (cond
          ((not (file-exists-p expfile))
           (message "Cannot find file %s in project." F))
          ((string= expfile (buffer-file-name))

=== modified file 'lisp/cedet/semantic/tag-ls.el'
--- a/lisp/cedet/semantic/tag-ls.el     2013-03-21 22:11:03 +0000
+++ b/lisp/cedet/semantic/tag-ls.el     2013-04-01 07:58:04 +0000
@@ -151,7 +151,7 @@
    ;; Added for performance when testing a relatively common case in some uses
    ;; of this code.
    (eq tag1 tag2)
-   ;; More complex similarness test.
+   ;; More complex similarity test.
    (let* ((ignore (append ignorable-attributes 
semantic-tag-similar-ignorable-attributes))
          (A1 (and (semantic--tag-similar-names-p tag1 tag2 (memq :name ignore))
                   (semantic--tag-similar-types-p tag1 tag2)

=== modified file 'lisp/emacs-lisp/edebug.el'
--- a/lisp/emacs-lisp/edebug.el 2013-03-28 16:33:06 +0000
+++ b/lisp/emacs-lisp/edebug.el 2013-04-01 07:58:04 +0000
@@ -3818,7 +3818,7 @@
        edebug--mode-saved-vars)
       (set (make-local-variable var) val))
     ;; Append `edebug-kill-buffer' to the hook to avoid interfering with
-    ;; other entries that are ungarded against deleted buffer.
+    ;; other entries that are unguarded against deleted buffer.
     (add-hook 'kill-buffer-hook 'edebug-kill-buffer t t)))
 
 (defun edebug-kill-buffer ()

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-03-31 12:48:07 +0000
+++ b/lisp/gnus/ChangeLog       2013-04-01 07:58:04 +0000
@@ -109,7 +109,7 @@
 2013-01-30  Christopher Schmidt  <address@hidden>
 
        * gnus-int.el (gnus-backend-trace-elapsed): New variable.
-       (gnus-backend-trace): Honour gnus-backend-trace.
+       (gnus-backend-trace): Honor gnus-backend-trace.
 
        * mml.el (mml-insert-part): Insert closing tag.
 

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2013-03-11 16:31:55 +0000
+++ b/lisp/org/ChangeLog        2013-04-01 07:58:04 +0000
@@ -5577,7 +5577,7 @@
 
 2012-04-01  Bernt Hansen  <address@hidden>
 
-       * org.el: Honour existing restrictions when regenerating the agenda.
+       * org.el: Honor existing restrictions when regenerating the agenda.
 
 2012-04-01  Bastien Guerry  <address@hidden>
 

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2013-02-19 14:44:03 +0000
+++ b/src/ChangeLog.10  2013-04-01 07:58:04 +0000
@@ -1865,7 +1865,7 @@
 
 2006-10-07  Ralf Angeli  <address@hidden>
 
-       * w32fns.c (w32_createwindow): Honour left and top positions if
+       * w32fns.c (w32_createwindow): Honor left and top positions if
        supplied explicitly.
 
 2006-10-06  Kim F. Storm  <address@hidden>

=== modified file 'src/nsmenu.m'
--- a/src/nsmenu.m      2013-03-30 10:18:48 +0000
+++ b/src/nsmenu.m      2013-04-01 07:58:04 +0000
@@ -508,7 +508,7 @@
 x_activate_menubar (struct frame *f)
 {
   NSArray *a = [[NSApp mainMenu] itemArray];
-  /* Update each submenu separatly so ns_update_menubar don't reset
+  /* Update each submenu separately so ns_update_menubar doesn't reset
      the delegate.  */
   int i = 0;
   while (i < [a count])

=== modified file 'src/w32term.c'
--- a/src/w32term.c     2013-03-26 08:21:27 +0000
+++ b/src/w32term.c     2013-04-01 07:58:04 +0000
@@ -5694,7 +5694,7 @@
       /* Need to send SC_RESTORE to the window, in case we are
         resizing from FULLSCREEN_MAXIMIZED.  Otherwise, the mouse
         resize hints will not be shown by the window manager when the
-        mouse pointer hovers over the window edges, becaise the WM
+        mouse pointer hovers over the window edges, because the WM
         will still think the window is maximized.  */
       if (f->want_fullscreen != FULLSCREEN_BOTH)
        SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_RESTORE, 0);

=== modified file 'test/automated/python-tests.el'
--- a/test/automated/python-tests.el    2013-03-30 16:55:47 +0000
+++ b/test/automated/python-tests.el    2013-04-01 07:58:04 +0000
@@ -445,7 +445,7 @@
    (should (= (python-indent-calculate-indentation) 0))))
 
 (ert-deftest python-indent-block-enders ()
-  "Test `python-indent-block-enders' value honouring."
+  "Test `python-indent-block-enders' value honoring."
   (python-tests-with-temp-buffer
    "
 Class foo(object):


reply via email to

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