]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Mar 2012 07:24:26 +0000 (00:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Mar 2012 07:24:26 +0000 (00:24 -0700)
lisp/forms.el
lisp/progmodes/ada-mode.el
lisp/textmodes/ispell.el

index 85270380807c7e1f2e67ef8efcbd6355e17c7ddc..007d85caacf8906019e1569fd5100652d06b7c80 100644 (file)
@@ -581,7 +581,7 @@ Commands:                        Equivalent keys in read-only mode:
            (error (concat "Forms control file error: "
                           "`forms-modified-record-filter' is not a function")))
 
-       ;; The filters acces the contents of the forms using `forms-fields'.
+       ;; The filters access the contents of the forms using `forms-fields'.
        (make-local-variable 'forms-fields)
 
        ;; Dynamic text support.
index 8ccb8f17d803024d74935695faa43a9cdf1dcccc..d8768dd5986b607555e59542659a2030baac6b21 100644 (file)
@@ -4728,7 +4728,7 @@ Moves to 'begin' if in a declarative part."
              ["Entry family"    ada-entry-family    t]
              ["Select"          ada-select          t]
              ["Accept"          ada-accept          t]
-             ["Or accept"       ada-or-accep        t]
+             ["Or accept"       ada-or-accept       t]
              ["Or delay"        ada-or-delay        t]
              ["Or terminate"    ada-or-terminate    t]
              ["---"             nil                 nil]
index bbd433ec9fc14dbb1c7d8d9cb77b24c77c7574e5..7df3f8e1ac893c4a46e8e551909e880d3bb84f75 100644 (file)
@@ -740,7 +740,7 @@ when the language uses non-ASCII characters.
 Note that with \"ispell\" as the speller, the CASECHARS and
 OTHERCHARS slots of the alist should contain the same character
 set as casechars and otherchars in the LANGUAGE.aff file \(e.g.,
-english.aff\).  apsell and hunspell don't have this limitation.")
+english.aff\).  aspell and hunspell don't have this limitation.")
 
 (defvar ispell-really-aspell nil)   ; Non-nil if we can use aspell extensions.
 (defvar ispell-really-hunspell nil) ; Non-nil if we can use hunspell extensions.