mu4e: fix quotes in some docstrings

Escape correctly.
This commit is contained in:
Dirk-Jan C. Binnema
2023-02-13 22:28:00 +02:00
parent e4cf881c91
commit d55cba7237
4 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ Example that hides all trashed messages:
(setq mu4e-search-hide-predicate
(lambda (msg)
(member \='trashed (mu4e-message-field msg :flags)))).")
(member \\='trashed (mu4e-message-field msg :flags)))).")
(defvar mu4e-search-hide-enabled t
"Whether `mu4e-search-hide-predicate' should be active.