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

    Make stylistic change to the doc string of tmr-notification-notify
---
 tmr.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tmr.el b/tmr.el
index 54d2e7f96a..6eabaa606a 100644
--- a/tmr.el
+++ b/tmr.el
@@ -530,8 +530,7 @@ If there are no timers, throw an error."
 
 (defun tmr-notification-notify (timer)
   "Dispatch a notification for TIMER.
-
-Read: (info \"(elisp) Desktop Notifications\") for details."
+Read Info node `(elisp) Desktop Notifications' for details."
   (if (featurep 'dbusbind)
       (let ((title "TMR May Ring (Emacs tmr package)")
             (body (tmr--long-description-for-finished-timer timer)))

Reply via email to