diff options
| author | Paul Eggert | 2012-03-28 00:24:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-03-28 00:24:26 -0700 |
| commit | 425df10c7bab7333905424e2012b1af7c7496026 (patch) | |
| tree | ce6b8cd13bc855d6141c9bb18b1f269b6556c4c4 | |
| parent | b973155e956eec4de5128effca7cc749897c1a45 (diff) | |
| download | emacs-425df10c7bab7333905424e2012b1af7c7496026.tar.gz emacs-425df10c7bab7333905424e2012b1af7c7496026.zip | |
Spelling fixes.
| -rw-r--r-- | lisp/forms.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index 85270380807..007d85caacf 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -581,7 +581,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 581 | (error (concat "Forms control file error: " | 581 | (error (concat "Forms control file error: " |
| 582 | "`forms-modified-record-filter' is not a function"))) | 582 | "`forms-modified-record-filter' is not a function"))) |
| 583 | 583 | ||
| 584 | ;; The filters acces the contents of the forms using `forms-fields'. | 584 | ;; The filters access the contents of the forms using `forms-fields'. |
| 585 | (make-local-variable 'forms-fields) | 585 | (make-local-variable 'forms-fields) |
| 586 | 586 | ||
| 587 | ;; Dynamic text support. | 587 | ;; Dynamic text support. |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 8ccb8f17d80..d8768dd5986 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -4728,7 +4728,7 @@ Moves to 'begin' if in a declarative part." | |||
| 4728 | ["Entry family" ada-entry-family t] | 4728 | ["Entry family" ada-entry-family t] |
| 4729 | ["Select" ada-select t] | 4729 | ["Select" ada-select t] |
| 4730 | ["Accept" ada-accept t] | 4730 | ["Accept" ada-accept t] |
| 4731 | ["Or accept" ada-or-accep t] | 4731 | ["Or accept" ada-or-accept t] |
| 4732 | ["Or delay" ada-or-delay t] | 4732 | ["Or delay" ada-or-delay t] |
| 4733 | ["Or terminate" ada-or-terminate t] | 4733 | ["Or terminate" ada-or-terminate t] |
| 4734 | ["---" nil nil] | 4734 | ["---" nil nil] |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index bbd433ec9fc..7df3f8e1ac8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -740,7 +740,7 @@ when the language uses non-ASCII characters. | |||
| 740 | Note that with \"ispell\" as the speller, the CASECHARS and | 740 | Note that with \"ispell\" as the speller, the CASECHARS and |
| 741 | OTHERCHARS slots of the alist should contain the same character | 741 | OTHERCHARS slots of the alist should contain the same character |
| 742 | set as casechars and otherchars in the LANGUAGE.aff file \(e.g., | 742 | set as casechars and otherchars in the LANGUAGE.aff file \(e.g., |
| 743 | english.aff\). apsell and hunspell don't have this limitation.") | 743 | english.aff\). aspell and hunspell don't have this limitation.") |
| 744 | 744 | ||
| 745 | (defvar ispell-really-aspell nil) ; Non-nil if we can use aspell extensions. | 745 | (defvar ispell-really-aspell nil) ; Non-nil if we can use aspell extensions. |
| 746 | (defvar ispell-really-hunspell nil) ; Non-nil if we can use hunspell extensions. | 746 | (defvar ispell-really-hunspell nil) ; Non-nil if we can use hunspell extensions. |