* notifications.el (notifications-notify): Fix docstring.
This commit is contained in:
parent
53b0595aed
commit
66b907dcb2
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-04-03 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* notifications.el (notifications-notify): Fix docstring.
|
||||
|
||||
2012-04-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/authors.el (authors-aliases): Another addition.
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue