mu4e-folders: fix typo in docstring

This commit is contained in:
Dirk-Jan C. Binnema
2021-12-19 23:15:22 +02:00
parent 8dcdd0a815
commit 8704101afc

View File

@ -144,7 +144,6 @@ mime-type are nill."
:group 'mu4e-folders :group 'mu4e-folders
:safe 'stringp) :safe 'stringp)
(defun mu4e-maildir-shortcuts () (defun mu4e-maildir-shortcuts ()
"Get `mu4e-maildir-shortcuts' in the (new) format. "Get `mu4e-maildir-shortcuts' in the (new) format.
@ -261,10 +260,10 @@ Do so recursively and produce a list of relative paths."
(defvar mu4e-cache-maildir-list nil (defvar mu4e-cache-maildir-list nil
"Whether to cache the list of maildirs. "Whether to cache the list of maildirs.
Set it to t if you find Set it to t if you find that generating the list on the fly is
that generating the list on the fly is too slow. If you do, you too slow. If you do, you can set `mu4e-maildir-list' to nil to
can set `(mu4e-root-maildir)-list' to nil to force regenerating the force regenerating the cache the next time `mu4e-get-maildirs'
cache the next time `mu4e-get-maildirs' gets called.") gets called.")
(defvar mu4e-maildir-list nil (defvar mu4e-maildir-list nil
"Cached list of maildirs.") "Cached list of maildirs.")