diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 160ff6d6..a4c87946 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -270,7 +270,7 @@ for aligning them." "\n")) (defun mu4e--main-baseline-time-string () - "Calculate the baseline time string for use in the main-" + "Calculate the baseline time string for use in the main-view." (let* ((baseline-t mu4e--query-items-baseline-tstamp) (updated-t (plist-get mu4e-index-update-status :tstamp)) (delta-t (and baseline-t updated-t diff --git a/mu4e/mu4e-query-items.el b/mu4e/mu4e-query-items.el index d7b6ef21..b420155b 100644 --- a/mu4e/mu4e-query-items.el +++ b/mu4e/mu4e-query-items.el @@ -56,8 +56,8 @@ anything about the query, it just does text replacement. A word of caution: the function should be deterministic and always return the same result for a given query (at least within -some \"context\" (see `mu4e-context'). If not, you may get incorrect results -for the various unread counts." +some \"context\" (see `mu4e-context'). If not, you may get +incorrect results for the various unread counts." :type 'function :group 'mu4e-search)