[gnus git] branch master updated: n0-17-378-gcc4fc0c =1= gnus-sum.el (gnus-parent-headers): Spelling fix in doc string.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cc4fc0c3aad0be9553b18e499ceb2218a21051e0 (commit)
from b5be0cba1b94b3088385b6ee1a91a713d4ce4882 (commit)
- Log -----------------------------------------------------------------
commit cc4fc0c3aad0be9553b18e499ceb2218a21051e0
Author: Paul Eggert <[email protected]>
Date: Sun Nov 13 10:51:53 2011 +0000
gnus-sum.el (gnus-parent-headers): Spelling fix in doc string.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a6c7c6f..4d52e2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
2011-11-09 Teodor Zlatanov <[email protected]>
* spam.el: Move BBDB autoloads.
- (spam-exists-in-BBDB-p): New function to do the BBDB search directly in BBDB 2 and 3.
+ (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
+ BBDB 2 and 3.
(spam-check-BBDB): Use it.
(spam-enter-ham-BBDB): Use it.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index b84c493..6ffc5d9 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -4727,7 +4727,7 @@ If LINE, insert the rebuilt thread starting on line LINE."
(car headers))))
(defun gnus-parent-headers (in-headers &optional generation)
- "Return the headers of the GENERATIONeth parent of HEADERS."
+ "Return the headers of the GENERATIONth parent of HEADERS."
(unless generation
(setq generation 1))
(let ((parent t)
-----------------------------------------------------------------------
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 | 3 ++-
lisp/gnus-sum.el | 2 +-
2 files changed, 3 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