From cc4fc0c3aad0be9553b18e499ceb2218a21051e0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 13 Nov 2011 10:51:53 +0000 Subject: [PATCH] gnus-sum.el (gnus-parent-headers): Spelling fix in doc string. --- lisp/ChangeLog | 3 ++- lisp/gnus-sum.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6c7c6fea..4d52e2e48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2011-11-09 Teodor Zlatanov * 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 b84c493cc..6ffc5d9e8 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) -- 2.25.1