Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Nov 2011 00:28:16 +0000 (00:28 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 20 Nov 2011 00:28:16 +0000 (00:28 +0000)
13 files changed:
lisp/ChangeLog
lisp/color.el
lisp/gnus-agent.el
lisp/gnus-dired.el
lisp/mail-parse.el
lisp/nnmail.el
lisp/nnmairix.el
lisp/shr.el
lisp/sieve-manage.el
lisp/spam.el
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index c328f70..b6f6ea5 100644 (file)
@@ -1,3 +1,16 @@
+2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
+
+       * color.el:
+       * gnus-agent.el (gnus-agent-possibly-alter-active):
+       * gnus-dired.el (gnus-dired-print):
+       * mail-parse.el:
+       * nnmairix.el (nnmairix-request-group):
+       * shr.el (shr-image-displayer):
+       * sieve-manage.el:
+       * spam.el (spam-autodetect-recheck-messages): Spelling fix.
+
 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnus-sum.el (gnus-auto-select-subject):
index 5b67eb5..487e280 100644 (file)
@@ -28,7 +28,7 @@
 ;; complements, and computing CIEDE2000 color distances.
 ;;
 ;; Supported color representations include RGB (red, green, blue), HSV
-;; (hue, saturation, value), HSL (hue, saturation, luminence), sRGB,
+;; (hue, saturation, value), HSL (hue, saturation, luminance), sRGB,
 ;; CIE XYZ, and CIE L*a*b* color components.
 
 ;;; Code:
index 71f8cf8..e9d3131 100644 (file)
@@ -1368,7 +1368,7 @@ downloaded into the agent."
           ;; disable the set read each time this server is opened.
           ;; NOTE: Opening this group will restore the valid local
           ;; range but it will also expand the local range to
-          ;; incompass the new active range.
+          ;; encompass the new active range.
           (gnus-agent-set-local group agent-min (1- active-min)))))))
 
 (defun gnus-agent-save-group-info (method group active)
index c38b0cd..b4d23ff 100644 (file)
@@ -251,7 +251,7 @@ file to save in."
          (if (eq gnus-dired-mail-mode 'gnus-user-agent)
              (gnus-print-buffer)
            ;; FIXME:
-           (error "MIME print only implemeted via Gnus")))
+           (error "MIME print only implemented via Gnus")))
        (ps-despool print-to))))
    ((file-symlink-p file-name)
      (error "File is a symlink to a nonexistent target"))
index 06aac77..0fcc206 100644 (file)
@@ -22,7 +22,7 @@
 
 ;; This file contains wrapper functions for a wide range of mail
 ;; parsing functions.  The idea is that there are low-level libraries
-;; that impement according to various specs (RFC2231, DRUMS, USEFOR),
+;; that implement according to various specs (RFC2231, DRUMS, USEFOR),
 ;; but that programmers that want to parse some header (say,
 ;; Content-Type) will want to use the latest spec.
 ;;
index d83467a..93e8544 100644 (file)
@@ -1799,7 +1799,7 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details."
         (i 0)
         (new 0)
         (total 0)
-        incoming incomings source)
+        source)
     (when (and (nnmail-get-value "%s-get-new-mail" method)
               sources)
       (while (setq source (pop sources))
index 9d6011e..0a8fa43 100644 (file)
 (add-hook 'gnus-summary-mode-hook 'nnmairix-summary-mode-hook)
 
 ;; ;;;###autoload
-;; (defun nnmairix-initalize (&optional force)
+;; (defun nnmairix-initialize (&optional force)
 ;;   (interactive "P")
 ;;   (if (not (or (file-readable-p "~/.mairixrc")
 ;;            force))
@@ -512,7 +512,7 @@ Other back ends might or might not work.")
        ;; Everything else is an error
        (t
        (nnheader-report
-        'nnmairix "Error running marix. See buffer %s for details"
+        'nnmairix "Error running mairix. See buffer %s for details"
         nnmairix-mairix-output-buffer)
        nil))))))
 
index 7b9af33..e8db24c 100644 (file)
@@ -53,17 +53,17 @@ fit these criteria."
   :group 'shr
   :type 'regexp)
 
-(defcustom shr-table-horizontal-line ? 
+(defcustom shr-table-horizontal-line ?
   "Character used to draw horizontal table lines."
   :group 'shr
   :type 'character)
 
-(defcustom shr-table-vertical-line ? 
+(defcustom shr-table-vertical-line ?
   "Character used to draw vertical table lines."
   :group 'shr
   :type 'character)
 
-(defcustom shr-table-corner ? 
+(defcustom shr-table-corner ?
   "Character used to draw table corners."
   :group 'shr
   :type 'character)
@@ -583,7 +583,7 @@ Return a string with image data."
   "Return a function to display an image.
 CONTENT-FUNCTION is a function to retrieve an image for a cid url that
 is an argument.  The function to be returned takes three arguments URL,
-START, and END.  Note that START and END should be merkers."
+START, and END.  Note that START and END should be markers."
   `(lambda (url start end)
      (when url
        (if (string-match "\\`cid:" url)
index 5c2e775..a0c1d4f 100644 (file)
@@ -1,4 +1,4 @@
-;;; sieve-manage.el --- Implementation of the managesive protocol in elisp
+;;; sieve-manage.el --- Implementation of the managesieve protocol in elisp
 
 ;; Copyright (C) 2001-2011  Free Software Foundation, Inc.
 
index f76046d..7ff8c53 100644 (file)
@@ -156,7 +156,7 @@ last rule in your split configuration."
   :group 'spam)
 
 (defcustom spam-autodetect-recheck-messages nil
-  "Should spam.el recheck all meessages when autodetecting?
+  "Should spam.el recheck all messages when autodetecting?
 Normally this is nil, so only unseen messages will be checked."
   :type 'boolean
   :group 'spam)
index cc67bbb..f76354a 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (Score File Syntax):
+       * message.texi (Various Message Variables): Spelling fix.
+
 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnus.texi (Contributors):
index f932c89..53b883e 100644 (file)
@@ -30030,7 +30030,7 @@ this:
 @subsection Score File Syntax
 
 Score files are meant to be easily parseable, but yet extremely
-mallable.  It was decided that something that had the same read syntax
+malleable.  It was decided that something that had the same read syntax
 as an Emacs Lisp list would fit that spec.
 
 Here's a typical score file:
index 5b3fadd..775f501 100644 (file)
@@ -2120,7 +2120,7 @@ follows this line--} by default.
 
 @item message-directory
 @vindex message-directory
-Directory used by many mailey things.  The default is @file{~/Mail/}.
+Directory used by many mailish things.  The default is @file{~/Mail/}.
 All other mail file variables are derived from @code{message-directory}.
 
 @item message-auto-save-directory