branch: externals/tmr
commit 3b86d00e586586f783827bbc85dc97c6c6251407
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Be more precise with the tmr-finished doc string
---
 tmr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmr.el b/tmr.el
index 42322ce3b0..4720f00b7a 100644
--- a/tmr.el
+++ b/tmr.el
@@ -245,7 +245,7 @@ Longer descriptions will be truncated."
   :group 'tmr-faces)
 
 (defface tmr-finished '((t :inherit error))
-  "Face for styling the confirmation of a finished timer."
+  "Face for styling the description of a finished timer."
   :package-version '(tmr . "1.0.0")
   :group 'tmr-faces)
 

Reply via email to