| Index: chrome/common/extensions/api/tts.json
|
| diff --git a/chrome/common/extensions/api/tts.json b/chrome/common/extensions/api/tts.json
|
| index 31e79a132cd3f7b654a728600942111491844830..601edbf527c31b288059dcf0c2bf73ff663ed9bf 100644
|
| --- a/chrome/common/extensions/api/tts.json
|
| +++ b/chrome/common/extensions/api/tts.json
|
| @@ -183,7 +183,7 @@
|
| {
|
| "name": "isSpeaking",
|
| "type": "function",
|
| - "description": "Checks if the engine is currently speaking.",
|
| + "description": "Checks whether the engine is currently speaking. On Mac OS X, the result is true whenever the system speech engine is speaking, even if the speech wasn't initiated by Chrome.",
|
| "parameters": [
|
| {
|
| "type": "function",
|
|
|