emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107691: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107691: Spelling fixes.
Date: Wed, 28 Mar 2012 00:24:26 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107691
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-03-28 00:24:26 -0700
message:
  Spelling fixes.
modified:
  lisp/forms.el
  lisp/progmodes/ada-mode.el
  lisp/textmodes/ispell.el
=== modified file 'lisp/forms.el'
--- a/lisp/forms.el     2012-01-19 07:21:25 +0000
+++ b/lisp/forms.el     2012-03-28 07:24:26 +0000
@@ -581,7 +581,7 @@
            (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.

=== modified file 'lisp/progmodes/ada-mode.el'
--- a/lisp/progmodes/ada-mode.el        2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/ada-mode.el        2012-03-28 07:24:26 +0000
@@ -4728,7 +4728,7 @@
              ["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]

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2012-03-17 19:46:52 +0000
+++ b/lisp/textmodes/ispell.el  2012-03-28 07:24:26 +0000
@@ -740,7 +740,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]