diff options
author | Yuri D'Elia <wavexx@thregr.org> | 2011-01-02 13:12:19 +0100 |
---|---|---|
committer | Yuri D'Elia <wavexx@thregr.org> | 2011-01-02 13:12:19 +0100 |
commit | 22eb2101f5db6adfaa823de971616e8d6a383e00 (patch) | |
tree | 589f97c079e0ea8d3c235d12f5917df14fbb8b20 | |
parent | 05f5c6d524c43e010dd0e3abd928aaf85fbf7ff6 (diff) |
Fix docstring.
-rw-r--r-- | gnus-desktop-notify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 5aef4bb..a8373e0 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -145,7 +145,7 @@ c' in the group buffer." :type bool :parameter-type '(const :tag "Include/exclude this group from the notification of new messages (depending on the value of -'gnus-desktop-notify-groups')." t)) +`gnus-desktop-notify-groups')." t)) ;; Functions (defun gnus-desktop-notify-exec (groups) |