From d21be42c8a93fc366aa294683186c365f42a6552 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Sun, 18 Jan 2015 14:40:51 +0000 Subject: [PATCH] Fix doc on editor.remove --- lib/ace/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index 5f9d10be..4f1c2739 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -1292,7 +1292,7 @@ var Editor = function(renderer, session) { }; /** - * Removes words of text from the editor. A "word" is defined as a string of characters bookended by whitespace. + * Removes the current selection or one character. * @param {String} dir The direction of the deletion to occur, either "left" or "right" * **/