From 66b907dcb20e425ea4a9fd1662a3c869aabbcb50 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 3 Apr 2012 09:20:32 +0200 Subject: [PATCH] * notifications.el (notifications-notify): Fix docstring. --- lisp/ChangeLog | 4 ++++ lisp/notifications.el | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5f33cf470..937ae7575d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-03 Michael Albinus + + * notifications.el (notifications-notify): Fix docstring. + 2012-04-02 Glenn Morris * emacs-lisp/authors.el (authors-aliases): Another addition. diff --git a/lisp/notifications.el b/lisp/notifications.el index 908cbcaaba..b825eb65ab 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -185,10 +185,13 @@ Various PARAMS can be set: - `dismissed' if the notification was dismissed by the user - `close-notification' if the notification was closed by a call to CloseNotification + - `undefined' if the notification server hasn't provided + a reason This function returns a notification id, an integer, which can be used to manipulate the notification item with -`notifications-close-notification'." +`notifications-close-notification' or the `:replaces-id' argument +of another `notifications-notify' call." (let ((title (plist-get params :title)) (body (plist-get params :body)) (app-name (plist-get params :app-name)) -- 2.20.1