diff options
| author | Michael Albinus | 2010-06-09 19:54:28 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-06-09 19:54:28 +0200 |
| commit | 890a18d63189dcc197134b66bb46ea18605305e4 (patch) | |
| tree | c095fb639bad48f191c7b067d087d9bb77978e32 | |
| parent | bf3e70ebc1f5b78c2b482e0ed857e854c4eb3710 (diff) | |
| download | emacs-890a18d63189dcc197134b66bb46ea18605305e4.tar.gz emacs-890a18d63189dcc197134b66bb46ea18605305e4.zip | |
* net/notifications.el (notifications-notify): Fix docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/notifications.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7be8dd5be5d..1d1ebbb8446 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/notifications.el (notifications-notify): Fix docstring. | ||
| 4 | |||
| 1 | 2010-06-09 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-06-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | Update to Unicode 6.0.0 beta. | 7 | Update to Unicode 6.0.0 beta. |
diff --git a/lisp/net/notifications.el b/lisp/net/notifications.el index a5728f0dd71..ef246c7408e 100644 --- a/lisp/net/notifications.el +++ b/lisp/net/notifications.el | |||
| @@ -130,7 +130,7 @@ Various PARAMS can be set: | |||
| 130 | where KEY and TITLE are both strings. | 130 | where KEY and TITLE are both strings. |
| 131 | The default action (usually invoked by clicking the | 131 | The default action (usually invoked by clicking the |
| 132 | notification) should have a key named \"default\". | 132 | notification) should have a key named \"default\". |
| 133 | The name can be anything, though implementations are free | 133 | The title can be anything, though implementations are free |
| 134 | not to display it. | 134 | not to display it. |
| 135 | :timeout The timeout time in milliseconds since the display | 135 | :timeout The timeout time in milliseconds since the display |
| 136 | of the notification at which the notification should | 136 | of the notification at which the notification should |