[Conkeror] [PATCH] Fix typo to improve docstrings for movement commands.
David House
dmhouse at gmail.com
Mon Aug 25 15:45:33 PDT 2008
---
modules/utils.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/utils.js b/modules/utils.js
index daaa13f..58aba06 100644
--- a/modules/utils.js
+++ b/modules/utils.js
@@ -758,7 +758,7 @@ function define_builtin_commands(prefix, do_command_function, toggle_mark, mark_
function get_move_select_doc_string(c) {
return c.command.doc +
"\nSpecifically, if the mark is active, runs `" + prefix + c[1] + "'. " +
- "Otherwise, runs `" + prefix + c[get_mode_idx()] + "'\n"
+ "Otherwise, runs `" + prefix + c[get_mode_idx()] + "'\n" +
"To toggle whether the mark is active, use `" + prefix + "set-mark'.";
}
--
1.5.4.3
More information about the Conkeror
mailing list