From 9d7648b9bcf1b879212eb5d508f0c07bcd1ba3ee Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 11 Feb 2013 23:40:49 +0200 Subject: [PATCH] * mu4e: small doc update --- mu4e/mu4e-headers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 47ddbd21..fa73765d 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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)