From 2af699f35ead0737d6b6246f6526173c6562fc14 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 18 Sep 2014 17:27:08 -0700 Subject: [PATCH] Rename cursor sections --- src/cursor.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cursor.coffee b/src/cursor.coffee index 1848182db..112065ff1 100644 --- a/src/cursor.coffee +++ b/src/cursor.coffee @@ -166,7 +166,7 @@ class Cursor extends Model @getBufferPosition().isEqual(@getCurrentLineBufferRange().end) ### - Section: Info about the cursor position + Section: Cursor Position Details ### # Public: Identifies if the cursor is surrounded by whitespace. @@ -412,7 +412,7 @@ class Cursor extends Model @setBufferPosition(position) ### - Section: Retrieving Positions and Ranges of local boundaries + Section: Local Positions and Ranges ### # Public: Retrieves the buffer position of where the current word starts.