mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(mh-index-group-by-folder): Fix typo in docstring.
This commit is contained in:
parent
a1ba2c6a34
commit
643ecf9cf1
@ -1357,7 +1357,7 @@ record is invalid return 'error."
|
|||||||
;;;###mh-autoload
|
;;;###mh-autoload
|
||||||
(defun mh-index-group-by-folder ()
|
(defun mh-index-group-by-folder ()
|
||||||
"Partition the messages based on source 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."
|
being the list of messages originally from that folder."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
Loading…
Reference in New Issue
Block a user