diff options
| author | Paul Eggert | 2011-12-15 14:14:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-15 14:14:12 -0800 |
| commit | a87ef8990608ec483657636c18b18cba7bf630c6 (patch) | |
| tree | c19044f117e51345491438a23477b8d9b51b1855 | |
| parent | b6d6d607063f5f8aba31d94d1dc2f181fb536c01 (diff) | |
| download | emacs-a87ef8990608ec483657636c18b18cba7bf630c6.tar.gz emacs-a87ef8990608ec483657636c18b18cba7bf630c6.zip | |
Spelling fixes.
| -rw-r--r-- | doc/misc/ede.texi | 4 | ||||
| -rw-r--r-- | leim/quail/persian.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/pmake.el | 6 | ||||
| -rw-r--r-- | lisp/cedet/ede/proj-archive.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/proj-shared.el | 2 | ||||
| -rw-r--r-- | lisp/ido.el | 2 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 2 | ||||
| -rw-r--r-- | lisp/loadhist.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 8 | ||||
| -rw-r--r-- | lisp/progmodes/vera-mode.el | 4 | ||||
| -rw-r--r-- | test/cedet/tests/testpolymorph.cpp | 2 |
11 files changed, 18 insertions, 18 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index d488fb5b515..2b2a6a21b7f 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -2483,7 +2483,7 @@ Create the make rule needed to create an archive for @var{THIS}. | |||
| 2483 | 2483 | ||
| 2484 | @deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this | 2484 | @deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this |
| 2485 | Insert bin_PROGRAMS variables needed by target @var{THIS}. | 2485 | Insert bin_PROGRAMS variables needed by target @var{THIS}. |
| 2486 | We aren't acutally inserting SOURCE details, but this is used by the | 2486 | We aren't actually inserting SOURCE details, but this is used by the |
| 2487 | Makefile.am generator, so use it to add this important bin program. | 2487 | Makefile.am generator, so use it to add this important bin program. |
| 2488 | @end deffn | 2488 | @end deffn |
| 2489 | 2489 | ||
| @@ -2624,7 +2624,7 @@ Return the name of the main target for @var{THIS} target. | |||
| 2624 | 2624 | ||
| 2625 | @deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this | 2625 | @deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this |
| 2626 | Insert bin_PROGRAMS variables needed by target @var{THIS}. | 2626 | Insert bin_PROGRAMS variables needed by target @var{THIS}. |
| 2627 | We aren't acutally inserting SOURCE details, but this is used by the | 2627 | We aren't actually inserting SOURCE details, but this is used by the |
| 2628 | Makefile.am generator, so use it to add this important bin program. | 2628 | Makefile.am generator, so use it to add this important bin program. |
| 2629 | @end deffn | 2629 | @end deffn |
| 2630 | 2630 | ||
diff --git a/leim/quail/persian.el b/leim/quail/persian.el index 572c9127f9d..b6b3146cc8d 100644 --- a/leim/quail/persian.el +++ b/leim/quail/persian.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | ;; | 28 | ;; |
| 29 | ;; This file contains a collection of input methods for | 29 | ;; This file contains a collection of input methods for |
| 30 | ;; Persian languages (Farsi, Urdu, Pashto/Afghanic, ...) | 30 | ;; Persian languages - Farsi, Urdu, Pashto (Afghani), ... |
| 31 | ;; | 31 | ;; |
| 32 | ;; At this time, the following input methods are specified: | 32 | ;; At this time, the following input methods are specified: |
| 33 | ;; | 33 | ;; |
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el index d78e95af27f..4065b848f54 100644 --- a/lisp/cedet/ede/pmake.el +++ b/lisp/cedet/ede/pmake.el | |||
| @@ -335,7 +335,7 @@ NOTE: Not yet in use! This is part of an SRecode conversion of | |||
| 335 | ; | 335 | ; |
| 336 | ; (oref this variables)) | 336 | ; (oref this variables)) |
| 337 | ; | 337 | ; |
| 338 | ; ;; Add in all variables from the configuration not allready covered. | 338 | ; ;; Add in all variables from the configuration not already covered. |
| 339 | ; (mapc (lambda (c) | 339 | ; (mapc (lambda (c) |
| 340 | ; | 340 | ; |
| 341 | ; (if (member (car c) conf-done) | 341 | ; (if (member (car c) conf-done) |
| @@ -372,7 +372,7 @@ NOTE: Not yet in use! This is part of an SRecode conversion of | |||
| 372 | (setq conf-done (cons (car c) conf-done)))) | 372 | (setq conf-done (cons (car c) conf-done)))) |
| 373 | (insert (cdr c) "\n")) | 373 | (insert (cdr c) "\n")) |
| 374 | (oref this variables)) | 374 | (oref this variables)) |
| 375 | ;; Add in all variables from the configuration not allready covered. | 375 | ;; Add in all variables from the configuration not already covered. |
| 376 | (mapc (lambda (c) | 376 | (mapc (lambda (c) |
| 377 | (if (member (car c) conf-done) | 377 | (if (member (car c) conf-done) |
| 378 | nil | 378 | nil |
| @@ -430,7 +430,7 @@ sources variable." | |||
| 430 | this (oref proj configuration-default))) | 430 | this (oref proj configuration-default))) |
| 431 | (conf-done nil) | 431 | (conf-done nil) |
| 432 | ) | 432 | ) |
| 433 | ;; Add in all variables from the configuration not allready covered. | 433 | ;; Add in all variables from the configuration not already covered. |
| 434 | (mapc (lambda (c) | 434 | (mapc (lambda (c) |
| 435 | (if (member (car c) conf-done) | 435 | (if (member (car c) conf-done) |
| 436 | nil | 436 | nil |
diff --git a/lisp/cedet/ede/proj-archive.el b/lisp/cedet/ede/proj-archive.el index 23d3aa05000..23ef4850b6a 100644 --- a/lisp/cedet/ede/proj-archive.el +++ b/lisp/cedet/ede/proj-archive.el | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | (defmethod ede-proj-makefile-insert-source-variables :BEFORE | 46 | (defmethod ede-proj-makefile-insert-source-variables :BEFORE |
| 47 | ((this ede-proj-target-makefile-archive) &optional moresource) | 47 | ((this ede-proj-target-makefile-archive) &optional moresource) |
| 48 | "Insert bin_PROGRAMS variables needed by target THIS. | 48 | "Insert bin_PROGRAMS variables needed by target THIS. |
| 49 | We aren't acutally inserting SOURCE details, but this is used by the | 49 | We aren't actually inserting SOURCE details, but this is used by the |
| 50 | Makefile.am generator, so use it to add this important bin program." | 50 | Makefile.am generator, so use it to add this important bin program." |
| 51 | (ede-pmake-insert-variable-shared | 51 | (ede-pmake-insert-variable-shared |
| 52 | (concat "lib" (ede-name this) "_a_LIBRARIES") | 52 | (concat "lib" (ede-name this) "_a_LIBRARIES") |
diff --git a/lisp/cedet/ede/proj-shared.el b/lisp/cedet/ede/proj-shared.el index 4e233f56a12..7268fb95646 100644 --- a/lisp/cedet/ede/proj-shared.el +++ b/lisp/cedet/ede/proj-shared.el | |||
| @@ -181,7 +181,7 @@ Results in --add-missing being passed to automake." | |||
| 181 | (defmethod ede-proj-makefile-insert-automake-pre-variables | 181 | (defmethod ede-proj-makefile-insert-automake-pre-variables |
| 182 | ((this ede-proj-target-makefile-shared-object)) | 182 | ((this ede-proj-target-makefile-shared-object)) |
| 183 | "Insert bin_PROGRAMS variables needed by target THIS. | 183 | "Insert bin_PROGRAMS variables needed by target THIS. |
| 184 | We aren't acutally inserting SOURCE details, but this is used by the | 184 | We aren't actually inserting SOURCE details, but this is used by the |
| 185 | Makefile.am generator, so use it to add this important bin program." | 185 | Makefile.am generator, so use it to add this important bin program." |
| 186 | (ede-pmake-insert-variable-shared "lib_LTLIBRARIES" | 186 | (ede-pmake-insert-variable-shared "lib_LTLIBRARIES" |
| 187 | (insert (concat "lib" (ede-name this) ".la")))) | 187 | (insert (concat "lib" (ede-name this) ".la")))) |
diff --git a/lisp/ido.el b/lisp/ido.el index f2dcba614a9..345438d3cc6 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -308,7 +308,7 @@ | |||
| 308 | ;; ifindf package back into iswitchb. | 308 | ;; ifindf package back into iswitchb. |
| 309 | ;; | 309 | ;; |
| 310 | ;; This is basically what ido (interactively do) is all about; but I | 310 | ;; This is basically what ido (interactively do) is all about; but I |
| 311 | ;; found it ackward to merge my changes into the "iswitchb-" namespace, | 311 | ;; found it awkward to merge my changes into the "iswitchb-" namespace, |
| 312 | ;; so I invented a common "ido-" namespace for the merged packages. | 312 | ;; so I invented a common "ido-" namespace for the merged packages. |
| 313 | ;; | 313 | ;; |
| 314 | ;; This version is based on ido.el version 1.57 released on | 314 | ;; This version is based on ido.el version 1.57 released on |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 858cfa85a6f..db511e1ce40 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -3608,7 +3608,7 @@ REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7 | |||
| 3608 | ARG := REG | integer | 3608 | ARG := REG | integer |
| 3609 | 3609 | ||
| 3610 | OPERATOR := | 3610 | OPERATOR := |
| 3611 | ;; Normal arithmethic operators (same meaning as C code). | 3611 | ;; Normal arithmetic operators (same meaning as C code). |
| 3612 | + | - | * | / | % | 3612 | + | - | * | / | % |
| 3613 | 3613 | ||
| 3614 | ;; Bitwise operators (same meaning as C code) | 3614 | ;; Bitwise operators (same meaning as C code) |
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 51df6ecff0a..8edda03044a 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -156,7 +156,7 @@ documentation of `unload-feature' for details.") | |||
| 156 | (dolist (buffer (buffer-list)) | 156 | (dolist (buffer (buffer-list)) |
| 157 | (set-buffer buffer) | 157 | (set-buffer buffer) |
| 158 | (let ((proposed major-mode)) | 158 | (let ((proposed major-mode)) |
| 159 | ;; Look for an antecessor mode not defined in the feature we're processing | 159 | ;; Look for a predecessor mode not defined in the feature we're processing |
| 160 | (while (and proposed (rassq proposed unload-function-defs-list)) | 160 | (while (and proposed (rassq proposed unload-function-defs-list)) |
| 161 | (setq proposed (get proposed 'derived-mode-parent))) | 161 | (setq proposed (get proposed 'derived-mode-parent))) |
| 162 | (unless (eq proposed major-mode) | 162 | (unless (eq proposed major-mode) |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index d9adff6c8b8..240deb39ce3 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -3260,7 +3260,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and | |||
| 3260 | 3260 | ||
| 3261 | % --- Corners | 3261 | % --- Corners |
| 3262 | 3262 | ||
| 3263 | %>corner Right Descendent: height arrow corner_RD | 3263 | %>corner Right Descendant: height arrow corner_RD |
| 3264 | % _ | arrow | 3264 | % _ | arrow |
| 3265 | % / height > 0 | 0 - none | 3265 | % / height > 0 | 0 - none |
| 3266 | % | | 1 - right | 3266 | % | | 1 - right |
| @@ -3299,7 +3299,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and | |||
| 3299 | Gstroke | 3299 | Gstroke |
| 3300 | }def | 3300 | }def |
| 3301 | 3301 | ||
| 3302 | %>corner Right Ascendent: height arrow corner_RA | 3302 | %>corner Right Ascendant: height arrow corner_RA |
| 3303 | % | arrow | 3303 | % | arrow |
| 3304 | % | height > 0 | 0 - none | 3304 | % | height > 0 | 0 - none |
| 3305 | % / | 1 - right | 3305 | % / | 1 - right |
| @@ -3338,7 +3338,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and | |||
| 3338 | Gstroke | 3338 | Gstroke |
| 3339 | }def | 3339 | }def |
| 3340 | 3340 | ||
| 3341 | %>corner Left Descendent: height arrow corner_LD | 3341 | %>corner Left Descendant: height arrow corner_LD |
| 3342 | % _ | arrow | 3342 | % _ | arrow |
| 3343 | % \\ height > 0 | 0 - none | 3343 | % \\ height > 0 | 0 - none |
| 3344 | % | | 1 - right | 3344 | % | | 1 - right |
| @@ -3377,7 +3377,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and | |||
| 3377 | Gstroke | 3377 | Gstroke |
| 3378 | }def | 3378 | }def |
| 3379 | 3379 | ||
| 3380 | %>corner Left Ascendent: height arrow corner_LA | 3380 | %>corner Left Ascendant: height arrow corner_LA |
| 3381 | % | arrow | 3381 | % | arrow |
| 3382 | % | height > 0 | 0 - none | 3382 | % | height > 0 | 0 - none |
| 3383 | % \\ | 1 - right | 3383 | % \\ | 1 - right |
diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index b02324871ff..434984c8bf1 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el | |||
| @@ -427,7 +427,7 @@ Key bindings: | |||
| 427 | "icompare" "insert" "inst_get_at_least" "inst_get_auto_bin_max" | 427 | "icompare" "insert" "inst_get_at_least" "inst_get_auto_bin_max" |
| 428 | "inst_get_collect" "inst_get_cov_weight" "inst_get_coverage_goal" | 428 | "inst_get_collect" "inst_get_cov_weight" "inst_get_coverage_goal" |
| 429 | "inst_getcross_bin_max" "inst_query" "inst_set_at_least" | 429 | "inst_getcross_bin_max" "inst_query" "inst_set_at_least" |
| 430 | "inst_set_auto_bin_max" "inst_set_bin_activiation" "inst_set_collect" | 430 | "inst_set_auto_bin_max" "inst_set_bin_activation" "inst_set_collect" |
| 431 | "inst_set_cov_weight" "inst_set_coverage_goal" "inst_set_cross_bin_max" | 431 | "inst_set_cov_weight" "inst_set_coverage_goal" "inst_set_cross_bin_max" |
| 432 | "itoa" | 432 | "itoa" |
| 433 | "last" "last_index" "len" "load" | 433 | "last" "last_index" "len" "load" |
| @@ -438,7 +438,7 @@ Key bindings: | |||
| 438 | "push_front" "putc" | 438 | "push_front" "putc" |
| 439 | "query" "query_str" | 439 | "query" "query_str" |
| 440 | "rand_mode" "randomize" "reserve" "reverse" "rsort" | 440 | "rand_mode" "randomize" "reserve" "reverse" "rsort" |
| 441 | "search" "set_at_least" "set_auto_bin_max" "set_bin_activiation" | 441 | "search" "set_at_least" "set_auto_bin_max" "set_bin_activation" |
| 442 | "set_cov_weight" "set_coverage_goal" "set_cross_bin_max" "set_name" "size" | 442 | "set_cov_weight" "set_coverage_goal" "set_cross_bin_max" "set_name" "size" |
| 443 | "sort" "substr" "sum" | 443 | "sort" "substr" "sum" |
| 444 | "thismatch" "tolower" "toupper" | 444 | "thismatch" "tolower" "toupper" |
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index 9db2d51efe7..83175406e90 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp | |||
| @@ -83,7 +83,7 @@ namespace template_partial_spec { | |||
| 83 | }; | 83 | }; |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | // Test 5 - Templates w/ full specicialization which may or may not share | 86 | // Test 5 - Templates w/ full specialization which may or may not share |
| 87 | // common functions. | 87 | // common functions. |
| 88 | namespace template_full_spec { | 88 | namespace template_full_spec { |
| 89 | template <typename T> class test | 89 | template <typename T> class test |