branch: externals/tmr
commit a7b3f47628c4047835838b8ac5a9d87b02ec769d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify docstring about notification urgency
---
 tmr.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tmr.el b/tmr.el
index cc55de87ba..cb23722284 100644
--- a/tmr.el
+++ b/tmr.el
@@ -48,7 +48,10 @@
 
 (defcustom tmr-notification-urgency 'normal
   "The urgency level of the desktop notification.
-Values can be `low', `normal' (default), or `critical'."
+Values can be `low', `normal' (default), or `critical'.
+
+The desktop environment or notification daemon is responsible for
+such notifications."
   :type '(choice
           (const :tag "Low" low)
           (const :tag "Normal" normal)

Reply via email to