diff options
author | Julien Danjou <julien@danjou.info> | 2011-10-01 15:19:17 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2011-10-01 15:19:17 +0200 |
commit | 79adf8c87e37f206c2381eb5e0dc0025215c1b61 (patch) | |
tree | cbd95228b0bf0734c5267463e50227b3e4596a34 /lisp/notifications.el | |
parent | 54287f0a57346f7d3f82b9f712220a1b13b15c58 (diff) | |
download | emacs-79adf8c87e37f206c2381eb5e0dc0025215c1b61.tar.gz emacs-79adf8c87e37f206c2381eb5e0dc0025215c1b61.tar.bz2 emacs-79adf8c87e37f206c2381eb5e0dc0025215c1b61.zip |
* notifications.el (notifications-notify): Fix docstring.
Diffstat (limited to 'lisp/notifications.el')
-rw-r--r-- | lisp/notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/notifications.el b/lisp/notifications.el index adb9fdd641a..42cd40df36b 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -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)) |