summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /lisp
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
emacs-b9edfa5c63fda7166d7523038c74742822279939.tar.bz2
emacs-b9edfa5c63fda7166d7523038c74742822279939.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-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
7 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0067dfe305b..1f7c2e4de83 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 <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 @@
* 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.
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."
: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))
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."
;; 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)
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:
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 ()
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 @@
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.
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 @@
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>