diff --git a/lib/notiffany/notifier/emacs.rb b/lib/notiffany/notifier/emacs.rb index 735dbac..a360c0e 100644 --- a/lib/notiffany/notifier/emacs.rb +++ b/lib/notiffany/notifier/emacs.rb @@ -36,11 +36,7 @@ def _check_available(options) # Shows a system notification. # - # @param [String] type the notification type. Either 'success', - # 'pending', 'failed' or 'notify' - # @param [String] title the notification title # @param [String] message the notification message body - # @param [String] image the path to the notification image # @param [Hash] opts additional notification library options # @option opts [String] success the color to use for success # notifications (default is 'ForestGreen')