[gnus git] branch master updated: n0-17-402-gfb8e917 =1= Fix typo.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fb8e91794bb0ae786e66a6e656d9576d21821734 (commit)
from f75a667d4e5c2dc06fbaf84eb6e76efc262cdf7c (commit)
- Log -----------------------------------------------------------------
commit fb8e91794bb0ae786e66a6e656d9576d21821734
Author: Juanma Barranquero <[email protected]>
Date: Thu Nov 24 07:18:45 2011 +0000
Fix typo.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 001d657..c75520c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-24 Juanma Barranquero <[email protected]>
+
+ * gnus-group.el (gnus-group-highlight): Fix typo.
+
2011-11-24 Adam W <[email protected]> (tiny change)
* mail-source.el (mail-source-fetch-maildir): Don't expect the return
@@ -2528,7 +2532,7 @@
* gnus-art.el (gnus-article-next-page-1): Because customized mode-line
face with line-width greater than zero will cause RET in gnus summary
buffer to scroll down article page-wise because auto vscroll happens,
- it should be temporalily disabled when doing a scroll-up.
+ it should be temporally disabled when doing a scroll-up.
2011-02-19 Lars Ingebrigtsen <[email protected]>
@@ -12697,7 +12701,7 @@
(nntp-open-marks): Decode group names when bootstrapping marks.
* rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
- Newsgroups and Folowup-To headers.
+ Newsgroups and Followup-To headers.
2007-07-13 Katsumi Yamaoka <[email protected]>
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index ae62f81..7e48864 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -362,7 +362,7 @@ If you want to modify the group buffer, you can use this hook."
gnus-group-news-low))
"*Controls the highlighting of group buffer lines.
-Below is a list of `Form'/`Face' pairs. When deciding how a a
+Below is a list of `Form'/`Face' pairs. When deciding how a
particular group line should be displayed, each form is
evaluated. The content of the face field after the first true form is
used. You can change how those group lines are displayed by
-----------------------------------------------------------------------
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/gnus-group.el | 2 +-
2 files changed, 7 insertions(+), 3 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