]> git.eshelyaron.com Git - emacs.git/commitdiff
* notifications.el (notifications-notify): Fix docstring.
authorJulien Danjou <julien@danjou.info>
Sat, 1 Oct 2011 13:19:17 +0000 (15:19 +0200)
committerJulien Danjou <julien@danjou.info>
Sat, 1 Oct 2011 13:19:17 +0000 (15:19 +0200)
lisp/ChangeLog
lisp/notifications.el

index ca8545d7ccd8d10c4d6555260b9b8bb1a08a0809..f6eb49beb622cafe76efc6e344d0ca431ebc98a2 100644 (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)
index adb9fdd641a0fcce1431f2543abd0d329789abc8..42cd40df36b34a637bfd3f4d40523dfb231a281e 100644 (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))