1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 14:50:21 +00:00

* doc/lispref/os.texi (Notifications): Copyedits.

This commit is contained in:
Chong Yidong 2012-04-04 16:11:01 +08:00
parent 3d439cd10f
commit a7972adfd8
2 changed files with 9 additions and 5 deletions

View 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.

View 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}