branch: externals/tmr commit e7a76d769b1b3eeaa32a02f60d7be3fc7f964457 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make stylistic rewording to a doc string --- tmr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr.el b/tmr.el index c18d50729f..54d2e7f96a 100644 --- a/tmr.el +++ b/tmr.el @@ -969,7 +969,7 @@ they are set to reasonable default values." (seq-sort-by #'tmr--timer-end-date #'time-less-p))) (defun tmr-mode-line--update () - "Updates `tmr-mode-line-string' based on the current timer state." + "Update `tmr-mode-line-string' based on the current timer state." (setq tmr-mode-line-string (if-let* ((active-timers (tmr-mode-line--get-active-timers)))