[gnus git] branch master updated: n0-17-377-gb5be0cb =1= Fix typos.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b5be0cba1b94b3088385b6ee1a91a713d4ce4882 (commit)
from 98b834dda1a5e9951164a302b630a48cc4a84e20 (commit)
- Log -----------------------------------------------------------------
commit b5be0cba1b94b3088385b6ee1a91a713d4ce4882
Author: Emacs developers <[email protected]>
Date: Wed Nov 9 23:37:32 2011 +0000
Fix typos.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a7dc03..a6c7c6f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,10 @@
(spam-check-BBDB): Use it.
(spam-enter-ham-BBDB): Use it.
+2011-11-09 Paul Eggert <[email protected]>
+
+ * smime.el (smime-draw-buffer): Spelling fix.
+
2011-10-31 Peter Münster <[email protected]> (tiny change)
* gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
@@ -19749,7 +19753,7 @@
2004-10-05 Jesper Harder <[email protected]>
* nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
- where approriate.
+ where appropriate.
* nnml.el (nnml-generate-active-info): do.
diff --git a/lisp/smime.el b/lisp/smime.el
index 5a70798..f0951b7 100644
--- a/lisp/smime.el
+++ b/lisp/smime.el
@@ -689,7 +689,7 @@ The following commands are available:
(dolist (key smime-keys)
(insert
(format "\t\t%s: %s\n" (car key) (cadr key))))
- (insert "\nTrusted Certificate Authoritys:\n")
+ (insert "\nTrusted Certificate Authorities:\n")
(insert "\nKnown Certificates:\n"))))
(defun smime ()
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 273bb7a..acbed66 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-09 Paul Eggert <[email protected]>
+
+ * auth.texi (GnuPG and EasyPG Assistant Configuration):
+ * gnus.texi (Customizations): Spelling fix.
+
2011-10-31 Katsumi Yamaoka <[email protected]>
* gnus.texi (Other Gnus Versions): Remove.
diff --git a/texi/auth.texi b/texi/auth.texi
index fbcbe8c..412be55 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -340,7 +340,7 @@ If you are using earlier versions of Emacs, you will need:
@end lisp
If you want your GnuPG passwords to be cached, set up @code{gpg-agent}
-or EasyPG Assitant
+or EasyPG Assistant
(@pxref{Caching Passphrases, , Caching Passphrases, epa}).
To quick start, here are some questions:
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 0969fae..6f85381 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -21408,7 +21408,7 @@ this command periodically, say every four hours.
This engine is obsolete.
@node Customizations
-@subsubsection Custimozations
+@subsubsection Customizations
@table @code
-----------------------------------------------------------------------
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 | 6 +++++-
lisp/smime.el | 2 +-
texi/ChangeLog | 5 +++++
texi/auth.texi | 18 +++++++++---------
texi/gnus.texi | 30 +++++++++++++++---------------
5 files changed, 35 insertions(+), 26 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