]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/os.texi (Notifications): Copyedits.
authorChong Yidong <cyd@gnu.org>
Wed, 4 Apr 2012 08:11:01 +0000 (16:11 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 4 Apr 2012 08:11:01 +0000 (16:11 +0800)
doc/lispref/ChangeLog
doc/lispref/os.texi

index 0d2ac33f4c8336fa1b9fa4befb32814556b3fc8e..89e740603f8df224e6fc3dd1818b57e03471652f 100644 (file)
@@ -2,6 +2,8 @@
 
        * display.texi (Delayed Warnings): New node.
 
+       * os.texi (Notifications): Copyedits.
+
 2012-04-04  Glenn Morris  <rgm@gnu.org>
 
        * os.texi (Notifications): Copyedits.
index c371c5f4d51cad9cf0fc94b1ee0aed17f780f681..8a57ed2c1f03e4641ef065a3f6cf1b5ee9b1bb8f 100644 (file)
@@ -2255,13 +2255,15 @@ Emacs is restarted by the session manager.
 @cindex desktop notifications
 
 Emacs is able to send @dfn{notifications} on systems that support the
-desktop notification specification of freedesktop.org.  In order to
-use this functionality, Emacs must have been compiled with D-Bus
-support, and the @code{notifications} library must be loaded.
+freedesktop.org Desktop Notifications Specification.  In order to use
+this functionality, Emacs must have been compiled with D-Bus support,
+and the @code{notifications} library must be loaded.
 
 @defun notifications-notify &rest params
-This function sends a notification to the desktop via D-Bus.
-Various @var{params} can be set, none of them is mandatory:
+This function sends a notification to the desktop via D-Bus,
+consisting of the parameters specified by the @var{params} arguments.
+These arguments should consist of alternating keyword and value pairs.
+The supported keywords and values are as follows:
 
 @table @code
 @item :title @var{title}