* notifications.el (notifications-notify): Fix docstring.
This commit is contained in:
parent
54287f0a57
commit
79adf8c87e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-10-01 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* notifications.el (notifications-notify): Fix docstring.
|
||||
|
||||
2011-10-01 Per Starbäck <per@starback.se>
|
||||
|
||||
* pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue