* notifications.el (notifications-notify): Fix docstring.

This commit is contained in:
Julien Danjou 2011-10-01 15:19:17 +02:00
parent 54287f0a57
commit 79adf8c87e
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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))