aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-search.el2
1 files changed, 1 insertions, 1 deletions
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."
1357;;;###mh-autoload 1357;;;###mh-autoload
1358(defun mh-index-group-by-folder () 1358(defun mh-index-group-by-folder ()
1359 "Partition the messages based on source folder. 1359 "Partition the messages based on source folder.
1360Returns an alist with the the folder names in the car and the cdr 1360Returns an alist with the folder names in the car and the cdr
1361being the list of messages originally from that folder." 1361being the list of messages originally from that folder."
1362 (save-excursion 1362 (save-excursion
1363 (goto-char (point-min)) 1363 (goto-char (point-min))