#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 17:17:33 +0100
changeset 8260 9952324fea13
parent 8259 9328dbbffcb9
child 8261 9874141ac064
#DOCUMENTATION by cg class: DeviceWorkstation comment/format in: #beepInEditor
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Thu Jan 18 17:17:05 2018 +0100
+++ b/DeviceWorkstation.st	Thu Jan 18 17:17:33 2018 +0100
@@ -7284,7 +7284,11 @@
 !
 
 beepInEditor
-    "output an audible beep or bell, if enabled"
+    "output an audible beep or bell, if enabled.
+
+     Beep to wakeup the user after some error/not found condition in an editor.
+     Use this ONLY to beep in response to a bad user operation (not system failure beeps).
+     Can be disabled via the settings if too annoying"
 
     "{ Pragma: +optSpace }"