mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Remove incorrect docs for ::toggleLineCommentsForBufferRows
This commit is contained in:
@@ -998,8 +998,6 @@ class TextEditor extends Model
|
||||
# Extended: Toggle line comments for rows intersecting selections.
|
||||
#
|
||||
# If the current grammar doesn't support comments, does nothing.
|
||||
#
|
||||
# Returns an {Array} of the commented {Range}s.
|
||||
toggleLineCommentsInSelection: ->
|
||||
@mutateSelectedText (selection) -> selection.toggleLineComments()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user