From b9b885f64298f7a15af78828878ac5c8f1d6daaf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 2 Nov 2005 12:38:50 +0000 Subject: [PATCH] Synch to No Gnus 200511021229. --- lisp/ChangeLog | 4 ++++ lisp/gnus-group.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32f15f0..93b49e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-11-02 Reiner Steib + + * gnus-group.el (gnus-group-compact-group): Fix typo. + 2005-11-01 Katsumi Yamaoka * gnus.el (gnus-parameters-case-fold-search): New variable. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index b8eddb2..6139179 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -4394,7 +4394,7 @@ This command may read the active file." ;;; (defun gnus-group-compact-group (group) - "Conpact the current group. + "Compact the current group. Compaction means removing gaps between article numbers. Hence, this operation is only meaningful for back ends using one file per article \(e.g. nnml). -- 1.7.10.4