]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Apr 2013 07:58:04 +0000 (00:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Apr 2013 07:58:04 +0000 (00:58 -0700)
12 files changed:
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

index 10758d80872e6a90efe96cf55a187d0313a5835d..5606ae569b694412c686257542e58573f7d788bf 100644 (file)
 
 2002-03-05  Francesco Potortì  <pot@gnu.org>
 
-       * 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
index 0067dfe305b024b7f9503fcfe3c9df48066029e9..1f7c2e4de83167b001a2fce5274096f1b5bc4b07 100644 (file)
 
        * 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  <fgallina@cuca>
index 641ab617043a1b5018f4fe27242b7db6ec9646ec..2d331a2819de60328902830da9fcd90a37a33d5b 100644 (file)
        * 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.
 
index cf2009ced304ac3d1ee083b562aa26f742511359..47ba16ade7f80fb5f06643074f932e13de26233b 100644 (file)
@@ -347,7 +347,7 @@ exist, it should return nil."
                    :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 @@ This is for project include paths and spp source files."
              (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))
index 53da7b65661635e25499065842c7bb82c8c7fed3..bc7be980998fec4b86763dc214e15ffd6c0ccb37 100644 (file)
@@ -151,7 +151,7 @@ See `semantic-tag-similar-p' for details."
    ;; 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)
index 4ecd244ebf2ba19d3b40d5a3e60740b90d308442..5929ea7a85614214926aced64535185959ab9f75 100644 (file)
@@ -3818,7 +3818,7 @@ Options:
        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 ()
index a400caca905340538b93ff045e0f27de8e2dbc98..9bfcaad94f347ebf30d342e18526a30f374c2aa4 100644 (file)
 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
 
        * 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.
 
index 1bf6fe315c13fe06f36b1644582c1ac90b293b6d..895e009e619c21605fcb74018de866835b88238a 100644 (file)
 
 2012-04-01  Bernt Hansen  <bernt@norang.ca>
 
-       * org.el: Honour existing restrictions when regenerating the agenda.
+       * org.el: Honor existing restrictions when regenerating the agenda.
 
 2012-04-01  Bastien Guerry  <bzg@gnu.org>
 
index 508a2a9dd4c19e3fae4840de5b40d32d77765608..57c1cbf1299ba3f1aa881222e7b492656e818414 100644 (file)
 
 2006-10-07  Ralf Angeli  <angeli@caeruleus.net>
 
-       * 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  <storm@cua.dk>
index 4e26a994b594bc46ea3caaff01a18be859c61e04..15878dc74d7267acf0480e2312001617be1e1159 100644 (file)
@@ -508,7 +508,7 @@ void
 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])
index 5f7952c2ec28f641b8ce38be95be346670939f64..d249d6e3252542bafb812c9c4177a181d169c9d3 100644 (file)
@@ -5694,7 +5694,7 @@ w32fullscreen_hook (FRAME_PTR f)
       /* 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);
index d0a7ab57250641f94e8e78587ff1000943c0f112..1a741b45d81a94e6ce2eafb81f43a9ceb44dad3b 100644 (file)
@@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\
    (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):