1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 10:37:59 +01:00

Doc fixes.

This commit is contained in:
Štěpán Němec
2011-10-07 09:53:46 +02:00
parent 40a23fc7cd
commit 1b6c979d57
3 changed files with 6 additions and 7 deletions

View File

@@ -1200,7 +1200,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
});
mappings.add([modes.VISUAL],
["o"], "Focus the other end of the selection",
["o"], "Move cursor to the other end of the selection",
function () {
if (editor.isTextEdit)
var selection = editor.selection;