AbstractLauncherApplication.st
changeset 19251 adf9ea3372d2
parent 19221 3a55145902d5
child 19315 b186a8e9dd05
--- a/AbstractLauncherApplication.st	Fri Nov 01 05:52:48 2019 +0100
+++ b/AbstractLauncherApplication.st	Fri Nov 01 05:53:01 2019 +0100
@@ -1866,7 +1866,8 @@
 !AbstractLauncherApplication methodsFor:'user actions-help'!
 
 openDocumentation
-    "open an HTML browser on the launcher section in the 'tools/TOP' document"
+    "open an HTML browser on the launcher section in the 'tools/TOP' document.
+     Called when <F1> is pressed"
 
     self startLauncherDocumentation
 !