aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-04-01 00:58:04 -0700
committerPaul Eggert2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
emacs-b9edfa5c63fda7166d7523038c74742822279939.zip
Spelling fixes.
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ChangeLog.102
-rw-r--r--lisp/cedet/ede/cpp-root.el4
-rw-r--r--lisp/cedet/semantic/tag-ls.el2
-rw-r--r--lisp/emacs-lisp/edebug.el2
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--src/ChangeLog.102
-rw-r--r--src/nsmenu.m2
-rw-r--r--src/w32term.c2
-rw-r--r--test/automated/python-tests.el2
12 files changed, 13 insertions, 13 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 10758d80872..5606ae569b6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -3728,7 +3728,7 @@
3728 3728
37292002-03-05 Francesco Potortì <pot@gnu.org> 37292002-03-05 Francesco Potortì <pot@gnu.org>
3730 3730
3731 * etags.c: Honour #line directives. 3731 * etags.c: Honor #line directives.
3732 (no_line_directive): New global var; set it for old behavior. 3732 (no_line_directive): New global var; set it for old behavior.
3733 (main): Remove some #ifdef in the getopt switch. 3733 (main): Remove some #ifdef in the getopt switch.
3734 (add_node, put_entries): Code added to merge different chunks of 3734 (add_node, put_entries): Code added to merge different chunks of
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0067dfe305b..1f7c2e4de83 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5508,7 +5508,7 @@
5508 5508
5509 * term/ns-win.el (ns-read-file-name): Update declaration to match 5509 * term/ns-win.el (ns-read-file-name): Update declaration to match
5510 nsfns.m. 5510 nsfns.m.
5511 (ns-respond-to-change-font): Change fontsize separatly so we are sure 5511 (ns-respond-to-change-font): Change fontsize separately so we are sure
5512 it is set when font is acted upon. 5512 it is set when font is acted upon.
5513 5513
55142012-10-07 Fabián Ezequiel Gallina <fgallina@cuca> 55142012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index 641ab617043..2d331a2819d 100644
--- a/lisp/ChangeLog.10
+++ b/lisp/ChangeLog.10
@@ -19493,7 +19493,7 @@
19493 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): 19493 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
19494 Quote `window-system'. 19494 Quote `window-system'.
19495 19495
19496 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. 19496 * tmm.el (tmm-get-keymap): Honor :visible in `menu-item'.
19497 Add Keywords header. Update Commentary section. 19497 Add Keywords header. Update Commentary section.
19498 Update copyright notice. 19498 Update copyright notice.
19499 19499
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index cf2009ced30..47ba16ade7f 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -347,7 +347,7 @@ exist, it should return nil."
347 :documentation 347 :documentation
348 "Compilation command that will be used for this project. 348 "Compilation command that will be used for this project.
349It could be string or function that will accept proj argument and should return string. 349It could be string or function that will accept proj argument and should return string.
350The string will be passed to 'compuile' function that will be issued in root 350The string will be passed to 'compile' function that will be issued in root
351directory of project." 351directory of project."
352 ) 352 )
353 ) 353 )
@@ -509,7 +509,7 @@ This is for project include paths and spp source files."
509 (table (when expfile 509 (table (when expfile
510 (semanticdb-file-table-object expfile))) 510 (semanticdb-file-table-object expfile)))
511 ) 511 )
512 (cond 512 (cond
513 ((not (file-exists-p expfile)) 513 ((not (file-exists-p expfile))
514 (message "Cannot find file %s in project." F)) 514 (message "Cannot find file %s in project." F))
515 ((string= expfile (buffer-file-name)) 515 ((string= expfile (buffer-file-name))
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el
index 53da7b65661..bc7be980998 100644
--- a/lisp/cedet/semantic/tag-ls.el
+++ b/lisp/cedet/semantic/tag-ls.el
@@ -151,7 +151,7 @@ See `semantic-tag-similar-p' for details."
151 ;; Added for performance when testing a relatively common case in some uses 151 ;; Added for performance when testing a relatively common case in some uses
152 ;; of this code. 152 ;; of this code.
153 (eq tag1 tag2) 153 (eq tag1 tag2)
154 ;; More complex similarness test. 154 ;; More complex similarity test.
155 (let* ((ignore (append ignorable-attributes semantic-tag-similar-ignorable-attributes)) 155 (let* ((ignore (append ignorable-attributes semantic-tag-similar-ignorable-attributes))
156 (A1 (and (semantic--tag-similar-names-p tag1 tag2 (memq :name ignore)) 156 (A1 (and (semantic--tag-similar-names-p tag1 tag2 (memq :name ignore))
157 (semantic--tag-similar-types-p tag1 tag2) 157 (semantic--tag-similar-types-p tag1 tag2)
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 4ecd244ebf2..5929ea7a856 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3818,7 +3818,7 @@ Options:
3818 edebug--mode-saved-vars) 3818 edebug--mode-saved-vars)
3819 (set (make-local-variable var) val)) 3819 (set (make-local-variable var) val))
3820 ;; Append `edebug-kill-buffer' to the hook to avoid interfering with 3820 ;; Append `edebug-kill-buffer' to the hook to avoid interfering with
3821 ;; other entries that are ungarded against deleted buffer. 3821 ;; other entries that are unguarded against deleted buffer.
3822 (add-hook 'kill-buffer-hook 'edebug-kill-buffer t t))) 3822 (add-hook 'kill-buffer-hook 'edebug-kill-buffer t t)))
3823 3823
3824(defun edebug-kill-buffer () 3824(defun edebug-kill-buffer ()
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index a400caca905..9bfcaad94f3 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -109,7 +109,7 @@
1092013-01-30 Christopher Schmidt <christopher@ch.ristopher.com> 1092013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
110 110
111 * gnus-int.el (gnus-backend-trace-elapsed): New variable. 111 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
112 (gnus-backend-trace): Honour gnus-backend-trace. 112 (gnus-backend-trace): Honor gnus-backend-trace.
113 113
114 * mml.el (mml-insert-part): Insert closing tag. 114 * mml.el (mml-insert-part): Insert closing tag.
115 115
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 1bf6fe315c1..895e009e619 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -5577,7 +5577,7 @@
5577 5577
55782012-04-01 Bernt Hansen <bernt@norang.ca> 55782012-04-01 Bernt Hansen <bernt@norang.ca>
5579 5579
5580 * org.el: Honour existing restrictions when regenerating the agenda. 5580 * org.el: Honor existing restrictions when regenerating the agenda.
5581 5581
55822012-04-01 Bastien Guerry <bzg@gnu.org> 55822012-04-01 Bastien Guerry <bzg@gnu.org>
5583 5583
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 508a2a9dd4c..57c1cbf1299 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -1865,7 +1865,7 @@
1865 1865
18662006-10-07 Ralf Angeli <angeli@caeruleus.net> 18662006-10-07 Ralf Angeli <angeli@caeruleus.net>
1867 1867
1868 * w32fns.c (w32_createwindow): Honour left and top positions if 1868 * w32fns.c (w32_createwindow): Honor left and top positions if
1869 supplied explicitly. 1869 supplied explicitly.
1870 1870
18712006-10-06 Kim F. Storm <storm@cua.dk> 18712006-10-06 Kim F. Storm <storm@cua.dk>
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 4e26a994b59..15878dc74d7 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -508,7 +508,7 @@ void
508x_activate_menubar (struct frame *f) 508x_activate_menubar (struct frame *f)
509{ 509{
510 NSArray *a = [[NSApp mainMenu] itemArray]; 510 NSArray *a = [[NSApp mainMenu] itemArray];
511 /* Update each submenu separatly so ns_update_menubar don't reset 511 /* Update each submenu separately so ns_update_menubar doesn't reset
512 the delegate. */ 512 the delegate. */
513 int i = 0; 513 int i = 0;
514 while (i < [a count]) 514 while (i < [a count])
diff --git a/src/w32term.c b/src/w32term.c
index 5f7952c2ec2..d249d6e3252 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -5694,7 +5694,7 @@ w32fullscreen_hook (FRAME_PTR f)
5694 /* Need to send SC_RESTORE to the window, in case we are 5694 /* Need to send SC_RESTORE to the window, in case we are
5695 resizing from FULLSCREEN_MAXIMIZED. Otherwise, the mouse 5695 resizing from FULLSCREEN_MAXIMIZED. Otherwise, the mouse
5696 resize hints will not be shown by the window manager when the 5696 resize hints will not be shown by the window manager when the
5697 mouse pointer hovers over the window edges, becaise the WM 5697 mouse pointer hovers over the window edges, because the WM
5698 will still think the window is maximized. */ 5698 will still think the window is maximized. */
5699 if (f->want_fullscreen != FULLSCREEN_BOTH) 5699 if (f->want_fullscreen != FULLSCREEN_BOTH)
5700 SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_RESTORE, 0); 5700 SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_RESTORE, 0);
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index d0a7ab57250..1a741b45d81 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\
445 (should (= (python-indent-calculate-indentation) 0)))) 445 (should (= (python-indent-calculate-indentation) 0))))
446 446
447(ert-deftest python-indent-block-enders () 447(ert-deftest python-indent-block-enders ()
448 "Test `python-indent-block-enders' value honouring." 448 "Test `python-indent-block-enders' value honoring."
449 (python-tests-with-temp-buffer 449 (python-tests-with-temp-buffer
450 " 450 "
451Class foo(object): 451Class foo(object):