From 79adf8c87e37f206c2381eb5e0dc0025215c1b61 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 1 Oct 2011 15:19:17 +0200 Subject: [PATCH] * notifications.el (notifications-notify): Fix docstring. --- lisp/ChangeLog | 4 ++++ lisp/notifications.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca8545d7ccd..f6eb49beb62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-01 Julien Danjou + + * notifications.el (notifications-notify): Fix docstring. + 2011-10-01 Per Starbäck * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643) diff --git a/lisp/notifications.el b/lisp/notifications.el index adb9fdd641a..42cd40df36b 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -184,7 +184,7 @@ Various PARAMS can be set: This function returns a notification id, an integer, which can be used to manipulate the notification item with -`notifications-close'." +`notifications-close-notification'." (let ((title (plist-get params :title)) (body (plist-get params :body)) (app-name (plist-get params :app-name)) -- 2.39.2