Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Nov 2011 11:07:22 +0000 (11:07 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Nov 2011 11:07:22 +0000 (11:07 +0000)
lisp/ChangeLog
lisp/color.el
lisp/gmm-utils.el
lisp/gnus-group.el
lisp/gnus-topic.el
lisp/mm-decode.el
lisp/rfc2047.el
lisp/starttls.el
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index b8b678c..49dc47b 100644 (file)
@@ -1,3 +1,13 @@
+2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * color.el (color-rgb-to-hsl):
+       * gmm-utils.el (gmm-tool-bar-style):
+       * gnus-group.el (gnus-group-prepare-flat):
+       * gnus-topic.el (gnus-topic-prepare-topic):
+       * mm-decode.el (mm-discouraged-alternatives):
+       * rfc2047.el (rfc2047-encode-1):
+       * starttls.el: Spelling fix.
+
 2011-11-24  Glenn Morris  <rgm@gnu.org>
 
        * binhex.el (binhex-begin-line): Give it basic doc-string.
 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
-       data if the group is unactivated.
+       data if the group is deactivated.
 
 2011-01-28  Julien Danjou  <julien@danjou.info>
 
index 487e280..96b79a4 100644 (file)
@@ -128,8 +128,8 @@ inclusive."
 RED, GREEN, and BLUE should each be numbers between 0.0 and 1.0,
 inclusive.
 
-Return a list (HUE, SATURATION, LUMINENCE), where HUE is in radians
-and both SATURATION and LUMINENCE are between 0.0 and 1.0,
+Return a list (HUE, SATURATION, LUMINANCE), where HUE is in radians
+and both SATURATION and LUMINANCE are between 0.0 and 1.0,
 inclusive."
   (let* ((r red)
          (g green)
index f913ddb..3ee72bc 100644 (file)
@@ -217,7 +217,7 @@ This is a copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
                                 'static-color 'pseudo-color)))))
       'gnome
     'retro)
-  "Prefered tool bar style."
+  "Preferred tool bar style."
   :type '(choice (const :tag "GNOME style" gnome)
                 (const :tag "Retro look"  retro))
   :group 'gmm)
index 7e48864..731a312 100644 (file)
@@ -1354,9 +1354,9 @@ if it is a string, only list groups matching REGEXP."
                     (predicate t)      ; We list all groups?
                     (t
                      (or
-                      (if (eq unread t) ; Unactivated?
+                      (if (eq unread t) ; Deactivated?
                           gnus-group-list-inactive-groups
-                                       ; We list unactivated
+                                       ; We list inactive
                         (and (numberp unread) (> unread 0)))
                                        ; We list groups with unread articles
                       (and gnus-list-groups-with-ticked-articles
index 17af1a3..87ca27a 100644 (file)
@@ -582,7 +582,7 @@ articles in the topic and its subtopics."
               (or gnus-topic-display-empty-topics ;We want empty topics
                   (not (zerop unread)) ;Non-empty
                   tick                 ;Ticked articles
-                  (/= point-max (point-max)))) ;Unactivated groups
+                  (/= point-max (point-max)))) ;Inactive groups
       (gnus-extent-start-open (point))
       (gnus-topic-insert-topic-line
        (car type) visiblep
index 36c56e0..44e2af5 100644 (file)
@@ -360,7 +360,7 @@ to:
  (\"text/html\" \"text/richtext\")
 
 Adding \"image/.*\" might also be useful.  Spammers use it as the
-prefered part of multipart/alternative messages.  See also
+preferred part of multipart/alternative messages.  See also
 `gnus-buttonized-mime-types', to which adding \"multipart/alternative\"
 enables you to choose manually one of two types those mails include."
   :type '(repeat regexp) ;; See `mm-preferred-alternative-precedence'.
index feed078..f1cb1f6 100644 (file)
@@ -586,7 +586,7 @@ should not change this value.")
        ((>= column rfc2047-encode-max-chars)
         (when eword
           (cond ((string-match "\n[ \t]+\\'" eword)
-                 ;; Reomove a superfluous empty line.
+                 ;; Remove a superfluous empty line.
                  (setq eword (substring eword 0 (match-beginning 0))))
                 ((string-match "(+\\'" eword)
                  ;; Break the line before the open parenthesis.
@@ -639,7 +639,7 @@ should not change this value.")
               (setq crest " "
                     eword (concat eword next)))
             (when (string-match "\n[ \t]+\\'" eword)
-              ;; Reomove a superfluous empty line.
+              ;; Remove a superfluous empty line.
               (setq eword (substring eword 0 (match-beginning 0))))
             (rfc2047-encode-1 (length crest) (substring string index)
                               cs encoder start " " tail
index 58dbebf..af9fd42 100644 (file)
@@ -35,7 +35,7 @@
 ;; and the second one is Simon Josefsson's starttls.el which uses
 ;; "gnutls-cli" from GnuTLS.
 ;;
-;; If "starttls" is available, it is prefered by the code over
+;; If "starttls" is available, it is preferred by the code over
 ;; "gnutls-cli", for backwards compatibility.  Use
 ;; `starttls-use-gnutls' to toggle between implementations if you have
 ;; both tools installed.  It is recommended to use GnuTLS, though, as
index 8f81afd..a8ae1b8 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (The swish++ Engine, The swish-e Engine):
+       * message.texi (IDNA): Spelling fix.
+
 2011-11-24  Glenn Morris  <rgm@gnu.org>
 
        * gnus.texi: Fix case of "GnuTLS".
index 8ca795b..e3d9283 100644 (file)
@@ -21279,7 +21279,7 @@ name (or part of a name) to match.
 @node The swish++ Engine
 @subsubsection The swish++ Engine
 
-FIXEM: Say something more here.
+FIXME: Say something more here.
 
 Documentation for swish++ may be found at the swish++ sourceforge page:
 @uref{http://swishplusplus.sourceforge.net}
@@ -21302,7 +21302,7 @@ to get a group name. By default this is @code{$HOME/Mail}.
 @node The swish-e Engine
 @subsubsection The swish-e Engine
 
-FIXEM: Say something more here.
+FIXME: Say something more here.
 
 Documentation for swish-e may be found at the swish-e homepage
 @uref{http://swish-e.org}
index 775f501..909292f 100644 (file)
@@ -904,7 +904,7 @@ happen---Message will encode non-@acronym{ASCII} domain names in @code{From},
 Until @acronym{IDNA} becomes more well known, Message queries you
 whether @acronym{IDNA} encoding of the domain name really should
 occur.  Some users might not be aware that domain names can contain
-non-@acronym{ASCII} now, so this gives them a safety net if they accidently
+non-@acronym{ASCII} now, so this gives them a safety net if they accidentally
 typed a non-@acronym{ASCII} domain name.
 
 @vindex message-use-idna