clarify actions that cause app.activate event to be emitted
authorZeke Sikelianos <zeke@sikelianos.com>
Thu, 23 Feb 2017 00:42:34 +0000 (16:42 -0800)
committerZeke Sikelianos <zeke@sikelianos.com>
Thu, 23 Feb 2017 00:42:34 +0000 (16:42 -0800)
docs/api/app.md

index d34daed..77b1e5f 100644 (file)
@@ -125,8 +125,10 @@ Returns:
 * `event` Event
 * `hasVisibleWindows` Boolean
 
-Emitted when the application is activated, which usually happens when the user
-clicks on the application's dock icon.
+Emitted when the application is activated. Various actions can trigger
+this event, such as launching the application for the first time, attempting
+to re-launch the application when it's already running, or clicking on the 
+application's dock or taskbar icon.
 
 ### Event: 'continue-activity' _macOS_