From 81133c4022fd23e0a450a15f0f8728539b67e493 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 28 Oct 2021 09:16:22 +0300 Subject: [PATCH] mu4e: Fix typo --- mu4e/mu4e-helpers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-helpers.el b/mu4e/mu4e-helpers.el index 1b470c1a..e6ef34b3 100644 --- a/mu4e/mu4e-helpers.el +++ b/mu4e/mu4e-helpers.el @@ -207,7 +207,7 @@ Does a local-exit and does not return." (defun mu4e--read-char-choice (prompt choices) "Read and return one of CHOICES, prompting for PROMPT. -Any input that is not one of CHOICES is ignored. This mu4e's +Any input that is not one of CHOICES is ignored. This is mu4e's version of `read-char-choice' which becomes case-insentive after trying an exact match." (let ((choice) (chosen) (inhibit-quit nil))