emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108024: * notifications.el (notif


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108024: * notifications.el (notifications-get-capabilities): Fix docstring.
Date: Fri, 02 Nov 2012 01:49:05 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108024
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-24 23:44:12 +0200
message:
  * notifications.el (notifications-get-capabilities): Fix docstring.
modified:
  lisp/notifications.el
=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2012-04-24 17:56:30 +0000
+++ b/lisp/notifications.el     2012-04-24 21:44:12 +0000
@@ -354,21 +354,21 @@
   "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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]