emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107739: * notifications.el (notifica


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107739: * notifications.el (notifications-notify): Fix docstring.
Date: Tue, 03 Apr 2012 09:20:32 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107739
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-03 09:20:32 +0200
message:
  * notifications.el (notifications-notify): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/notifications.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-02 16:32:06 +0000
+++ b/lisp/ChangeLog    2012-04-03 07:20:32 +0000
@@ -1,3 +1,7 @@
+2012-04-03  Michael Albinus  <address@hidden>
+
+       * notifications.el (notifications-notify): Fix docstring.
+
 2012-04-02  Glenn Morris  <address@hidden>
 
        * emacs-lisp/authors.el (authors-aliases): Another addition.

=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2012-03-07 07:48:16 +0000
+++ b/lisp/notifications.el     2012-04-03 07:20:32 +0000
@@ -185,10 +185,13 @@
                    - `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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]