[gnus git] branch master updated: n0-17-400-gf13fdda =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f13fdda616d99eeb9dddc37be55ac7680db7dd6f (commit)
from d6afa19ff6a6270583ecf0cfc5532ff9840dca6d (commit)
- Log -----------------------------------------------------------------
commit f13fdda616d99eeb9dddc37be55ac7680db7dd6f
Author: Paul Eggert <[email protected]>
Date: Wed Nov 23 12:04:55 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 001480e..488ede0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-22 Paul Eggert <[email protected]>
+
+ * gnus-sum.el (gnus-summary-save-article): Spelling fix.
+
2011-11-22 Lars Magne Ingebrigtsen <[email protected]>
* shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 7cea88e..b3f85cf 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -11913,7 +11913,7 @@ will not be marked as saved."
;; This is a pseudo-article.
(if (assq 'name header)
(gnus-copy-file (cdr (assq 'name header)))
- (gnus-message 1 "Article %d is unsaveable" article))
+ (gnus-message 1 "Article %d is unsavable" article))
;; This is a real article.
(save-window-excursion
(gnus-summary-select-article decode decode nil article)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 107d2a6..a4cf4f1 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-22 Paul Eggert <[email protected]>
+
+ * gnus-refcard.tex: Spelling fix; remove trailing whitespace.
+
+ * gnus.texi (nnmairix caveats): Spelling fix.
+
2011-11-20 Glenn Morris <[email protected]>
* gnus.texi (Group Information):
diff --git a/texi/gnus-refcard.tex b/texi/gnus-refcard.tex
index b164a28..9f13974 100644
--- a/texi/gnus-refcard.tex
+++ b/texi/gnus-refcard.tex
@@ -405,7 +405,7 @@
M r & Mark all groups matching regular expression.\\
M u & (M-\#) Remove process mark from this group ({\bf unmark}).
[scope]\\
- M U & Remove the process mark from all groups (\textbf{umark all}).\\
+ M U & Remove the process mark from all groups (\textbf{unmark all}).\\
M w & Mark all groups in the current region. [prefix: unmark]\\
M b & Mark all groups in the {\bf buffer}. [prefix: unmark]\\
\end{keys}}
diff --git a/texi/gnus.texi b/texi/gnus.texi
index b861a98..0e372ee 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -22047,7 +22047,7 @@ an example server definition:
(nnml "mairix" (nnml-directory "mairix") (nnml-get-new-mail nil))
@end lisp
-(The @code{nnmaildir} back end also has a server variabe
+(The @code{nnmaildir} back end also has a server variable
@code{get-new-mail}, but its default value is @code{nil}, so you don't
have to explicitly set it if you use a @code{nnmaildir} server just for
mairix.)
-----------------------------------------------------------------------
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/gnus-sum.el | 2 +-
texi/ChangeLog | 6 +++
texi/gnus-refcard.tex | 106 ++++++++++++++++++++++++------------------------
texi/gnus.texi | 2 +-
5 files changed, 65 insertions(+), 55 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