Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2011 23:02:18 +0000 (23:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 14 Dec 2011 23:02:18 +0000 (23:02 +0000)
lisp/ChangeLog
lisp/ChangeLog.2
lisp/gnus-group.el
lisp/gnus-sum.el
lisp/message.el
lisp/rfc2231.el
texi/ChangeLog
texi/gnus.texi

index 8116afa..dbbc863 100644 (file)
@@ -1,3 +1,10 @@
+2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-group.el (gnus-group-tool-bar):
+       * gnus-sum.el (gnus-summary-tool-bar):
+       * message.el (message-tool-bar):
+       * rfc2231.el (rfc2231-parse-string): Spelling fix.
+
 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * plstore.el (plstore--insert-buffer): Spelling fix.
index 4ca8d80..bcb159d 100644 (file)
 
 2002-07-21  Nevin Kapur  <nevin@jhu.edu>
 
-       * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
+       * nnmail.el (nnmail-fancy-expiry-target): Treat nonexistent
        headers as empty headers.
 
 2002-07-21  Jochen Hein  <jochen@jochen.org>
index 9ac1620..c6d4284 100644 (file)
@@ -992,7 +992,7 @@ Setter function for custom variables."
                                 'gnus-group-tool-bar-retro)
   "Specifies the Gnus group tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `gnus-group-mode-map'.
 
index 17ccae9..d8db300 100644 (file)
@@ -2835,7 +2835,7 @@ Setter function for custom variables."
                                   'gnus-summary-tool-bar-retro)
   "Specifies the Gnus summary tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `gnus-summary-mode-map'.
 
index 5166950..2b81d40 100644 (file)
@@ -7782,7 +7782,7 @@ Setter function for custom variables."
                              'message-tool-bar-retro)
   "Specifies the message mode tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `message-mode-map'.
 
index 306b67c..9c30379 100644 (file)
@@ -58,7 +58,7 @@ must never cause a Lisp error."
         ;; The most likely cause of an error is unbalanced parentheses
         ;; or double-quotes.  If all parentheses and double-quotes are
         ;; quoted meaninglessly with backslashes, removing them might
-        ;; make it parseable.  Let's try...
+        ;; make it parsable.  Let's try...
         (error
          (let (mod)
            (when (and (string-match "\\\\\"" string)
index 6bd5cbd..1e376f0 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (Using MIME, Score File Syntax): Spelling fix.
+
 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * emacs-mime.texi (Display Customization):
index 4981884..38b64cc 100644 (file)
@@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type.
 @item r (Article)
 @kindex r (Article)
 Prompt for a file name, replace the @acronym{MIME} object with an
-external body refering to the file via the message/external-body
+external body referring to the file via the message/external-body
 @acronym{MIME} type.  (@code{gnus-mime-replace-part}).
 
 @findex gnus-mime-delete-part
@@ -30012,7 +30012,7 @@ this:
 @node Score File Syntax
 @subsection Score File Syntax
 
-Score files are meant to be easily parseable, but yet extremely
+Score files are meant to be easily parsable, but yet extremely
 malleable.  It was decided that something that had the same read syntax
 as an Emacs Lisp list would fit that spec.