[gnus git] branch master updated: n0-17-416-g20b7b58 =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 20b7b58e009f9c912effb90b5476ae8bd33143aa (commit)
from 1798218bb67a4451295720fc8623979d8ca7c301 (commit)
- Log -----------------------------------------------------------------
commit 20b7b58e009f9c912effb90b5476ae8bd33143aa
Author: Paul Eggert <[email protected]>
Date: Mon Dec 5 13:37:17 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28c7392..bb3c122 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-05 Paul Eggert <[email protected]>
+
+ * netrc.el (netrc-credentials): Spelling fix.
+
2011-12-04 Paul Eggert <[email protected]>
* gnus-fun.el (gnus-fun-ppm-change-string):
diff --git a/lisp/netrc.el b/lisp/netrc.el
index b04863b..80836b0 100644
--- a/lisp/netrc.el
+++ b/lisp/netrc.el
@@ -237,7 +237,7 @@ MODE can be \"login\" or \"password\", suitable for passing to
;;;###autoload
(defun netrc-credentials (machine &rest ports)
"Return a user name/password pair.
-Port specifications will be prioritised in the order they are
+Port specifications will be prioritized in the order they are
listed in the PORTS list."
(let ((list (netrc-parse))
found)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index b976e76..5ffe9f2 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-05 Paul Eggert <[email protected]>
+
+ * gnus.texi (Article Washing): Spelling fix.
+
2011-12-04 Paul Eggert <[email protected]>
* message.el (Insertion Variables): Spelling fix.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index f7c12ba..c830747 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -8976,7 +8976,7 @@ Translate many non-@acronym{ASCII} characters into their
@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}).
This is mostly useful if you're on a terminal that has a limited font
and doesn't show accented characters, ``advanced'' punctuation, and the
-like. For instance, @samp{»} is tranlated into @samp{>>}, and so on.
+like. For instance, @samp{»} is translated into @samp{>>}, and so on.
@item W Y f
@kindex W Y f (Summary)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/netrc.el | 2 +-
texi/ChangeLog | 4 ++++
texi/gnus.texi | 2 +-
4 files changed, 10 insertions(+), 2 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