(gnus-summary-reparent-children): Fix type in doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 13 Jan 2007 16:05:26 +0000 (16:05 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 13 Jan 2007 16:05:26 +0000 (16:05 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index d6c23f9..afe5f58 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-reparent-children): Fix type in doc string.
+
 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el (gnus-registry-unfollowed-groups)
index 6e915da..797e9c6 100644 (file)
@@ -10992,8 +10992,8 @@ is non-nil or the Subject: of both articles are the same."
 
 (defun gnus-summary-reparent-children (parent children)
   "Make PARENT the parent of CHILDREN.
-When called interactively, PARENT is is current article and
-CHILDREN are the process-marked articles."
+When called interactively, PARENT is current article and CHILDREN
+are the process-marked articles."
   (interactive
    (list (gnus-summary-article-number)
         (gnus-summary-work-articles nil)))