[gnus git] branch master updated: n0-17-423-gcdd6ed4 =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cdd6ed4f71ca30ea5f07701b6d34a0174ea28b7e (commit)
from 2e4b1718426a809d252ca1c6d97d3deb37375b2b (commit)
- Log -----------------------------------------------------------------
commit cdd6ed4f71ca30ea5f07701b6d34a0174ea28b7e
Author: Paul Eggert <[email protected]>
Date: Mon Dec 12 07:27:11 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83917b8..8116afa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-12 Paul Eggert <[email protected]>
+
+ * plstore.el (plstore--insert-buffer): Spelling fix.
+
2011-12-09 Tassilo Horn <[email protected]>
* message.el (message-valid-fqdn-regexp): Update with newly approved
@@ -3954,7 +3958,7 @@
(autoload): Silence byte-compiler.
(nnir-open-server): Add a hook for nnir groups.
(nnir-request-move-article): Don't mangle the header. Better to use
- formating variables (which will be added in the future).
+ formatting variables (which will be added in the future).
(nnir-registry-action): Update the registry using the original article
group name.
(nnir-mode): Install nnir-specific hooks for updating the registry.
@@ -23310,7 +23314,7 @@
(gnus-xmas-completing-read): Removed.
(gnus-xmas-open-network-stream): Removed.
- * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
+ * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
XEmacs version.
* dns.el (dns-make-network-process): Use `open-network-stream'
diff --git a/lisp/plstore.el b/lisp/plstore.el
index 340c725..50208cc 100644
--- a/lisp/plstore.el
+++ b/lisp/plstore.el
@@ -420,7 +420,7 @@ SECRET-KEYS is a plist containing secret data."
(current-buffer)))))
(epa-select-keys
context
- "Select recipents for encryption.
+ "Select recipients for encryption.
If no one is selected, symmetric encryption will be performed. "
recipients)
(if plstore-encrypt-to
diff --git a/texi/ChangeLog b/texi/ChangeLog
index e6aa9fe..6bd5cbd 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-12 Paul Eggert <[email protected]>
+
+ * emacs-mime.texi (Display Customization):
+ * gnus-faq.texi (FAQ 6-3):
+ * gnus.texi (Sieve Commands, Other Decode Variables): Spelling fix.
+
2011-12-06 Juanma Barranquero <[email protected]>
* gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index fb47d92..1747d3d 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -417,7 +417,7 @@ called with a @acronym{MIME} handle as the argument.
@vindex mm-inline-text-html-with-images
Some @acronym{HTML} mails might have the trick of spammers using
@samp{<img>} tags. It is likely to be intended to verify whether you
-have read the mail. You can prevent your personal informations from
+have read the mail. You can prevent your personal information from
leaking by setting this option to @code{nil} (which is the default).
It is currently ignored by Emacs/w3. For emacs-w3m, you may use the
command @kbd{t} on the image anchor to show an image even if it is
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index ace7bb4..7bd3e4a 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -1838,7 +1838,7 @@ inconvenient since you are not displaying the found mail
in Gnus. Here comes nnir into action. Nnir is a front end
to search engines like swish-e or swish++ and
others. You index your mail with one of those search
-engines and with the help of nnir you can search trough
+engines and with the help of nnir you can search through
the indexed mail and generate a temporary group with all
messages which met your search criteria. If this sound
cool to you get nnir.el from
diff --git a/texi/gnus.texi b/texi/gnus.texi
index c830747..4981884 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -4622,7 +4622,7 @@ Sieve is a server-side mail filtering language. In Gnus you can use
the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
sieve rules that should apply to each group. Gnus provides two
commands to translate all these group parameters into a proper Sieve
-script that can be transfered to the server somehow.
+script that can be transferred to the server somehow.
@vindex gnus-sieve-file
@vindex gnus-sieve-region-start
@@ -8332,7 +8332,7 @@ Files with name matching this regular expression won't be viewed.
Files with a @acronym{MIME} type matching this variable won't be viewed.
Note that Gnus tries to guess what type the file is based on the name.
@code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
-kludgey.
+kludgy.
@item gnus-uu-tmp-dir
@vindex gnus-uu-tmp-dir
-----------------------------------------------------------------------
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 | 8 ++++++--
lisp/plstore.el | 2 +-
texi/ChangeLog | 6 ++++++
texi/emacs-mime.texi | 2 +-
texi/gnus-faq.texi | 2 +-
texi/gnus.texi | 4 ++--
6 files changed, 17 insertions(+), 7 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