mu4e: Fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2021-10-28 09:16:22 +03:00
parent e7d6d340d0
commit 81133c4022
1 changed files with 1 additions and 1 deletions

View File

@ -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))