emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Julien Danjou
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105973: * notifications.el (notifications-notify): Fix docstring.
Date: Sat, 01 Oct 2011 15:22:15 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105973 [merge]
committer: Julien Danjou <address@hidden>
branch nick: trunk
timestamp: Sat 2011-10-01 15:22:15 +0200
message:
  * notifications.el (notifications-notify): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/notifications.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-01 02:38:46 +0000
+++ b/lisp/ChangeLog    2011-10-01 13:19:17 +0000
@@ -1,3 +1,7 @@
+2011-10-01  Julien Danjou  <address@hidden>
+
+       * notifications.el (notifications-notify): Fix docstring.
+
 2011-10-01  Per Starbäck  <address@hidden>
 
        * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)

=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2011-03-15 17:39:56 +0000
+++ b/lisp/notifications.el     2011-10-01 13:19:17 +0000
@@ -184,7 +184,7 @@
 
 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))


reply via email to

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