diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2012-04-24 23:44:12 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2012-04-24 23:44:12 +0200 |
commit | 400386db61cea55ff62645e6d13fda216b5c66c7 (patch) | |
tree | 95c05ed904d5bb816b16b0e7d5028cdd79b9c428 /lisp/notifications.el | |
parent | 42bf82050bdcbabaac3ee6cb44977bac22591296 (diff) | |
download | emacs-400386db61cea55ff62645e6d13fda216b5c66c7.tar.gz |
* notifications.el (notifications-get-capabilities): Fix docstring.
Diffstat (limited to 'lisp/notifications.el')
-rw-r--r-- | lisp/notifications.el | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lisp/notifications.el b/lisp/notifications.el index 1b24f530c6d..50c49750f73 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -354,21 +354,21 @@ of another `notifications-notify' call." "Return the capabilities of the notification server, a list of strings. The following capabilities can be expected: - `:actions' The server will provide the specified actions - to the user. - `:action-icons' Supports using icons instead of text for - displaying actions. - `:body' Supports body text. - `:body-hyperlinks' The server supports hyperlinks in the notifications. - `:body-images' The server supports images in the notifications. - `:body-markup' Supports markup in the body text. - `:icon-multi' The server will render an animation of all the - frames in a given image array. - `:icon-static' Supports display of exactly 1 frame of any - given image array. This value is mutually exclusive - with `:icon-multi'. - `:persistence' The server supports persistence of notifications. - `:sound' The server supports sounds on notifications. + :actions The server will provide the specified actions + to the user. + :action-icons Supports using icons instead of text for + displaying actions. + :body Supports body text. + :body-hyperlinks The server supports hyperlinks in the notifications. + :body-images The server supports images in the notifications. + :body-markup Supports markup in the body text. + :icon-multi The server will render an animation of all the + frames in a given image array. + :icon-static Supports display of exactly 1 frame of any + given image array. This value is mutually exclusive + with `:icon-multi'. + :persistence The server supports persistence of notifications. + :sound The server supports sounds on notifications. Further vendor-specific caps start with `:x-vendor', like `:x-gnome-foo-cap'." (dbus-ignore-errors |