Index: trunk/parsers/wikidom/lib/es/es.Surface.js |
— | — | @@ -584,7 +584,7 @@ |
585 | 585 | }; |
586 | 586 | |
587 | 587 | /** |
588 | | - * Moves the cursor backward of the current position. |
| 588 | + * Moves the cursor forward of the current position. |
589 | 589 | */ |
590 | 590 | es.Surface.prototype.moveCursorRight = function() { |
591 | 591 | var block = this.location.block, |
— | — | @@ -608,7 +608,7 @@ |
609 | 609 | }; |
610 | 610 | |
611 | 611 | /** |
612 | | - * Moves the cursor forward of the current position. |
| 612 | + * Moves the cursor backward of the current position. |
613 | 613 | */ |
614 | 614 | es.Surface.prototype.moveCursorLeft = function() { |
615 | 615 | var block = this.location.block, |