[gnus git] branch master updated: n0-17-387-g956db6a =1= Spelling fix.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 956db6a3e41381305e5ccb716b1055bd9f5fed8f (commit)
from 0b19a237465f4fb273fba4abfe5180ff82916a44 (commit)
- Log -----------------------------------------------------------------
commit 956db6a3e41381305e5ccb716b1055bd9f5fed8f
Author: Paul Eggert <[email protected]>
Date: Sun Nov 20 00:28:16 2011 +0000
Spelling fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c328f70..b6f6ea5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2011-11-19 Paul Eggert <[email protected]>
+
+ * 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 <[email protected]>
* gnus-sum.el (gnus-auto-select-subject):
diff --git a/lisp/color.el b/lisp/color.el
index 5b67eb5..487e280 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -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:
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 71f8cf8..e9d3131 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -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)
diff --git a/lisp/gnus-dired.el b/lisp/gnus-dired.el
index c38b0cd..b4d23ff 100644
--- a/lisp/gnus-dired.el
+++ b/lisp/gnus-dired.el
@@ -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"))
diff --git a/lisp/mail-parse.el b/lisp/mail-parse.el
index 06aac77..0fcc206 100644
--- a/lisp/mail-parse.el
+++ b/lisp/mail-parse.el
@@ -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.
;;
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index d83467a..93e8544 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -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))
diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el
index 9d6011e..0a8fa43 100644
--- a/lisp/nnmairix.el
+++ b/lisp/nnmairix.el
@@ -204,7 +204,7 @@
(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))))))
diff --git a/lisp/shr.el b/lisp/shr.el
index 7b9af33..e8db24c 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -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)
diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el
index 5c2e775..a0c1d4f 100644
--- a/lisp/sieve-manage.el
+++ b/lisp/sieve-manage.el
@@ -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.
diff --git a/lisp/spam.el b/lisp/spam.el
index f76046d..7ff8c53 100644
--- a/lisp/spam.el
+++ b/lisp/spam.el
@@ -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)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index cc67bbb..f76354a 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-19 Paul Eggert <[email protected]>
+
+ * gnus.texi (Score File Syntax):
+ * message.texi (Various Message Variables): Spelling fix.
+
2011-11-17 Paul Eggert <[email protected]>
* gnus.texi (Contributors):
diff --git a/texi/gnus.texi b/texi/gnus.texi
index f932c89..53b883e 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -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:
diff --git a/texi/message.texi b/texi/message.texi
index 5b3fadd..775f501 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -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
-----------------------------------------------------------------------
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 | 13 +++++++++++++
lisp/color.el | 2 +-
lisp/gnus-agent.el | 2 +-
lisp/gnus-dired.el | 2 +-
lisp/mail-parse.el | 2 +-
lisp/nnmail.el | 2 +-
lisp/nnmairix.el | 4 ++--
lisp/shr.el | 8 ++++----
lisp/sieve-manage.el | 2 +-
lisp/spam.el | 2 +-
texi/ChangeLog | 5 +++++
texi/gnus.texi | 2 +-
texi/message.texi | 2 +-
13 files changed, 33 insertions(+), 15 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