From a7972adfd8c545a603e395153ba6537e6d573864 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 4 Apr 2012 16:11:01 +0800 Subject: [PATCH] * doc/lispref/os.texi (Notifications): Copyedits. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/os.texi | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0d2ac33f4c8..89e740603f8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,8 @@ * display.texi (Delayed Warnings): New node. + * os.texi (Notifications): Copyedits. + 2012-04-04 Glenn Morris * os.texi (Notifications): Copyedits. diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index c371c5f4d51..8a57ed2c1f0 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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} -- 2.39.2