From 65d200542249805bcf3d996044c6802709e7b05d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 10 Jun 2022 00:48:47 +0300 Subject: [PATCH] mu4e-update: fix typo --- mu4e/mu4e-update.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-update.el b/mu4e/mu4e-update.el index b261d895..9246fe9a 100644 --- a/mu4e/mu4e-update.el +++ b/mu4e/mu4e-update.el @@ -283,7 +283,7 @@ run in the background; otherwise, pop up a window." (set-process-filter proc 'mu4e--get-mail-process-filter)))) (defun mu4e-update-mail-and-index (run-in-background) - "Get a new mail by running `mu4e-get-mail-command'. + "Retrieve new mail by running `mu4e-get-mail-command'. If RUN-IN-BACKGROUND is non-nil (or called with prefix-argument), run in the background; otherwise, pop up a window." (interactive "P")