From: Juanma Barranquero Date: Wed, 6 Jun 2007 15:42:48 +0000 (+0000) Subject: (mh-index-group-by-folder): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~12469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=643ecf9cf1e7a0c474686a07050344727ff1920f;p=emacs.git (mh-index-group-by-folder): Fix typo in docstring. --- diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 715556ad16d..ebd45aef6a6 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el @@ -1357,7 +1357,7 @@ record is invalid return 'error." ;;;###mh-autoload (defun mh-index-group-by-folder () "Partition the messages based on source folder. -Returns an alist with the the folder names in the car and the cdr +Returns an alist with the folder names in the car and the cdr being the list of messages originally from that folder." (save-excursion (goto-char (point-min))