From: Paul Eggert Date: Sun, 27 Nov 2011 08:12:20 +0000 (+0000) Subject: Spelling fixes. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=a48c00c889d397f0edeb0a3ef1d29c1bb40f9fdb Spelling fixes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0b0a7186..b7a51e7c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2011-11-27 Paul Eggert + + * 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 * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix. @@ -11961,7 +11968,7 @@ 2007-11-14 Denys Duchier (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 @@ -17812,7 +17819,7 @@ 2005-07-01 Katsumi Yamaoka * 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 diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 6e7b19a6a..336c5b108 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 * 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 695451ddc..ee7ba1c19 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 352fa329e..8aa5fbff6 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 399008cec..59e06364f 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 ee3e6582e..0f7a450b3 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 a8ae1b8d1..b5cc68c28 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-11-27 Paul Eggert + + * gnus.texi (Red Gnus): Spelling fix. + 2011-11-25 Paul Eggert * gnus.texi (The swish++ Engine, The swish-e Engine): diff --git a/texi/gnus.texi b/texi/gnus.texi index e3d92839d..9574eeed2 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