diff --git a/src/display-buffer.coffee b/src/display-buffer.coffee index 2ec4280c9..780b9cfbf 100644 --- a/src/display-buffer.coffee +++ b/src/display-buffer.coffee @@ -365,7 +365,9 @@ class DisplayBuffer setTabLength: (tabLength) -> @tokenizedBuffer.setTabLength(tabLength) - # Retrieves the grammar for the buffer. + # Get the grammar for this buffer. + # + # Returns the current {TextMateGrammar} or the {NullGrammar}. getGrammar: -> @tokenizedBuffer.grammar