1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00

* mu4e: small doc update

This commit is contained in:
djcb 2013-02-11 23:40:49 +02:00
parent 564d3a3cd7
commit 9d7648b9bc

View File

@ -902,8 +902,8 @@ of `mu4e-split-view', and return a window for the message view."
(defun mu4e-headers-for-each (func)
"Call FUNC for each header, moving point to the header.
FUNC takes one argument, the msg s-expression for the
corresponding header."
FUNC takes one argument, the msg s-expression for the corresponding
header."
(save-excursion
(goto-char (point-min))
(while (search-forward mu4e~headers-docid-pre nil t)