diff --git a/src/editor.coffee b/src/editor.coffee index d5f0870b6..f66825a9d 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -975,8 +975,8 @@ class Editor extends Model ### Section: Undo Operations ### - # Public: Undo the last change. + # Public: Undo the last change. undo: -> @getCursor().needsAutoscroll = true @buffer.undo(this)