[gnus git] branch master updated: n0-17-424-g37be409 =1= Spelling fixes.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  37be409c1ad417a4c696518f9d90904b1c04ae91 (commit)
      from  cdd6ed4f71ca30ea5f07701b6d34a0174ea28b7e (commit)


- Log -----------------------------------------------------------------
commit 37be409c1ad417a4c696518f9d90904b1c04ae91
Author: Paul Eggert <[email protected]>
Date:   Wed Dec 14 23:02:18 2011 +0000

    Spelling fixes.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8116afa..dbbc863 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-14  Paul Eggert  <[email protected]>
+
+	* 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  <[email protected]>
 
 	* plstore.el (plstore--insert-buffer): Spelling fix.
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2
index 4ca8d80..bcb159d 100644
--- a/lisp/ChangeLog.2
+++ b/lisp/ChangeLog.2
@@ -8595,7 +8595,7 @@
 
 2002-07-21  Nevin Kapur  <[email protected]>
 
-	* 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  <[email protected]>
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 9ac1620..c6d4284 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -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'.
 
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 17ccae9..d8db300 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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'.
 
diff --git a/lisp/message.el b/lisp/message.el
index 5166950..2b81d40 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -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'.
 
diff --git a/lisp/rfc2231.el b/lisp/rfc2231.el
index 306b67c..9c30379 100644
--- a/lisp/rfc2231.el
+++ b/lisp/rfc2231.el
@@ -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)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 6bd5cbd..1e376f0 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-14  Paul Eggert  <[email protected]>
+
+	* gnus.texi (Using MIME, Score File Syntax): Spelling fix.
+
 2011-12-12  Paul Eggert  <[email protected]>
 
 	* emacs-mime.texi (Display Customization):
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 4981884..38b64cc 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -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.
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog     |    7 +++++++
 lisp/ChangeLog.2   |    2 +-
 lisp/gnus-group.el |    2 +-
 lisp/gnus-sum.el   |    2 +-
 lisp/message.el    |    2 +-
 lisp/rfc2231.el    |    2 +-
 texi/ChangeLog     |    4 ++++
 texi/gnus.texi     |    4 ++--
 8 files changed, 18 insertions(+), 7 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.