* notifications.el (notifications-notify): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Apr 2012 07:20:32 +0000 (09:20 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Apr 2012 07:20:32 +0000 (09:20 +0200)
lisp/ChangeLog
lisp/notifications.el

index f5f33cf..937ae75 100644 (file)
@@ -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.
index 908cbca..b825eb6 100644 (file)
@@ -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))