From 073ee0cbf6e85b7d98e29f41ea697e6396f9b936 Mon Sep 17 00:00:00 2001 From: Vlad Zinculescu Date: Tue, 23 Oct 2012 10:55:19 +0200 Subject: [PATCH] update description of modifyNumber --- 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 1ac6e2c2..318844a3 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -1339,7 +1339,7 @@ var Editor = function(renderer, session) { /** * Editor.modifyNumber() * - * If the character before the cursor is a number, you can increase/descrease it's value with 1 by pressing Ctrl+Cmd+Up/Down (Mac) Ctrl+Shift+Up/Down (Win). + * If the character before the cursor is a number, you can increase/descrease it's value with 1 by pressing Alt+Shift+Up/Down. * This will update the whole number the digit is part of. **/ this.modifyNumber = function(amount) {