diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 7afc99236..3b19970b8 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -749,6 +749,8 @@ class TextEditor extends Model ### # Essential: Replaces the entire contents of the buffer with the given {String}. + # + # * `text` A {String} to replace with setText: (text) -> @buffer.setText(text) # Essential: Set the text in the given {Range} in buffer coordinates.