From: Michael Albinus Date: Tue, 3 Apr 2012 07:20:32 +0000 (+0200) Subject: * notifications.el (notifications-notify): Fix docstring. X-Git-Tag: emacs-24.0.96~111^2~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66b907dcb20e425ea4a9fd1662a3c869aabbcb50;p=emacs.git * notifications.el (notifications-notify): Fix docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5f33cf4706..937ae7575d0 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 908cbcaabab..b825eb65abf 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))