From fdb66fd4dc3074e59bcee12779e8f31204598dda Mon Sep 17 00:00:00 2001 From: Luke Pommersheim Date: Tue, 18 Aug 2015 08:10:31 +0200 Subject: [PATCH] change from essential to private, update comment --- src/text-editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index e17272801..8304b72f2 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -2588,7 +2588,7 @@ class TextEditor extends Model return - # Essential: For each selection, only copy hightlighted text. Line is coptied if no selected text and cursor is at the beginning of the line + # Private: For each selection, only copy highlighted text. copyOnlySelectedText: -> maintainClipboard = false for selection in @getSelectionsOrderedByBufferPosition()