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

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


- Log -----------------------------------------------------------------
commit a48c00c889d397f0edeb0a3ef1d29c1bb40f9fdb
Author: Paul Eggert <[email protected]>
Date:   Sun Nov 27 08:12:20 2011 +0000

    Spelling fixes.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0b0a71..b7a51e7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-27  Paul Eggert  <[email protected]>
+
+	* mm-bodies.el (mm-encode-body):
+	* mml.el (mml-preview):
+	* nnml.el (nnml-request-compact-group):
+	* pop3.el (pop3-stream-type): Spelling fix.
+
 2011-11-26  Paul Eggert  <[email protected]>
 
 	* gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
@@ -11961,7 +11968,7 @@
 2007-11-14  Denys Duchier  <[email protected]>  (tiny change)
 
 	* pop3.el (pop3-open-server): Accept and process data more robustly at
-	connexion start to avoid spurious "POP SSL connexion failed" errors.
+	connection start to avoid spurious "POP SSL connection failed" errors.
 
 2007-11-14  Katsumi Yamaoka  <[email protected]>
 
@@ -17812,7 +17819,7 @@
 2005-07-01  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (article-display-face): Improve the efficiency.
-	(article-display-x-face): Ditto; remove grey x-face stuff.
+	(article-display-x-face): Ditto; remove gray x-face stuff.
 
 2005-06-30  Katsumi Yamaoka  <[email protected]>
 
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2
index 6e7b19a..336c5b1 100644
--- a/lisp/ChangeLog.2
+++ b/lisp/ChangeLog.2
@@ -5253,7 +5253,7 @@
 	* gnus-util.el (gnus-prin1-to-string): Bind print-length and
 	print-level.
 
-	* gnus-art.el (article-display-x-face): Removed grey x-face stuff.
+	* gnus-art.el (article-display-x-face): Removed gray x-face stuff.
 	(gnus-treat-display-grey-xface): Removed.
 
 	* gnus-fun.el (gnus-grab-cam-face): New.
@@ -10006,7 +10006,7 @@
 2002-02-08  ShengHuo ZHU  <[email protected]>
 
 	* gnus-art.el (gnus-treat-display-grey-xface): New variable.
-	(article-display-x-face): Use it.  Disable grey xface, if
+	(article-display-x-face): Use it.  Disable gray xface, if
 	uncompface is not found.
 
 	* message.el (message-mode): Don't enable multibyte on an indirect
@@ -11541,7 +11541,7 @@
 	* gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
 
 	* gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
-	(article-display-x-face): Display grey X-Faces.
+	(article-display-x-face): Display gray X-Faces.
 
 	* gnus-fun.el (gnus-convert-gray-x-face-region): New function.
 	(gnus-convert-gray-x-face-to-ppm): Ditto.
diff --git a/lisp/mm-bodies.el b/lisp/mm-bodies.el
index 695451d..ee7ba1c 100644
--- a/lisp/mm-bodies.el
+++ b/lisp/mm-bodies.el
@@ -87,9 +87,9 @@ If no encoding was done, nil is returned."
 	    (goto-char (point-min))
 	    (if (re-search-forward "[^\x0-\x7f]" nil t)
 		(or mail-parse-charset
-		    (message-options-get 'mm-encody-body-charset)
+		    (message-options-get 'mm-body-charset-encoding-alist)
 		    (message-options-set
-		     'mm-encody-body-charset
+		     'mm-body-charset-encoding-alist
 		     (mm-read-coding-system "Charset used in the article: ")))
 	      ;; The logic in `mml-generate-mime-1' confirms that it's OK
 	      ;; to return nil here.
diff --git a/lisp/mml.el b/lisp/mml.el
index 352fa32..8aa5fbf 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -1454,7 +1454,7 @@ Should be adopted if code in `message-send-mail' is changed."
   "Display current buffer with Gnus, in a new buffer.
 If RAW, display a raw encoded MIME message.
 
-The window layout for the preview buffer is controled by the variables
+The window layout for the preview buffer is controlled by the variables
 `special-display-buffer-names', `special-display-regexps', or
 `gnus-buffer-configuration' (the first match made will be used),
 or the `pop-to-buffer' function."
diff --git a/lisp/nnml.el b/lisp/nnml.el
index 399008c..59e0636 100644
--- a/lisp/nnml.el
+++ b/lisp/nnml.el
@@ -1213,7 +1213,7 @@ Use the nov database for the current group if available."
 		;; #### already belongs to a range, whereas the corresponding
 		;; #### article doesn't exist (for example, if you delete an
 		;; #### article). For that reason, it is important to update
-		;; #### the ranges (meaning remove inexistent articles) before
+		;; #### the ranges (meaning remove nonexistent articles) before
 		;; #### doing anything on them.
 		;; 2 a/ read articles:
 		(let ((read (gnus-info-read info)))
diff --git a/lisp/pop3.el b/lisp/pop3.el
index ee3e658..0f7a450 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -270,11 +270,11 @@ Use streaming commands."
     message-count))
 
 (defcustom pop3-stream-type nil
-  "*Transport security type for POP3 connexions.
-This may be either nil (plain connexion), `ssl' (use an
+  "*Transport security type for POP3 connections.
+This may be either nil (plain connection), `ssl' (use an
 SSL/TSL-secured stream) or `starttls' (use the starttls mechanism
 to turn on TLS security after opening the stream).  However, if
-this is nil, `ssl' is assumed for connexions to port
+this is nil, `ssl' is assumed for connections to port
 995 (pop3s)."
   :version "23.1" ;; No Gnus
   :group 'pop3
diff --git a/texi/ChangeLog b/texi/ChangeLog
index a8ae1b8..b5cc68c 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-27  Paul Eggert  <[email protected]>
+
+	* gnus.texi (Red Gnus): Spelling fix.
+
 2011-11-25  Paul Eggert  <[email protected]>
 
 	* gnus.texi (The swish++ Engine, The swish-e Engine):
diff --git a/texi/gnus.texi b/texi/gnus.texi
index e3d9283..9574eee 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -27408,7 +27408,7 @@ considered home score and adapt files (@pxref{Home Score File}) have
 been added.
 
 @item
-@code{nndoc} was rewritten to be easily extendable (@pxref{Document
+@code{nndoc} was rewritten to be easily extensible (@pxref{Document
 Server Internals}).
 
 @item

-----------------------------------------------------------------------
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    |   11 +++++++++--
 lisp/ChangeLog.2  |    6 +++---
 lisp/mm-bodies.el |    4 ++--
 lisp/mml.el       |    2 +-
 lisp/nnml.el      |    2 +-
 lisp/pop3.el      |    6 +++---
 texi/ChangeLog    |    4 ++++
 texi/gnus.texi    |    2 +-
 8 files changed, 24 insertions(+), 13 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.