diff --git a/content/commands.js b/content/commands.js index c85f68e6..58834b55 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1078,7 +1078,7 @@ vimperator.Commands = function () //{{{ { usage: ["qma[rk] {a-zA-Z0-9} [url]"], shortHelp: "Mark a URL with a letter for quick access", - help: "You can also mark whole groups like this:
"+ + help: "You can also mark whole groups like this:
" + ":qmark f http://forum1.com, http://forum2.com, imdb some artist" } )); diff --git a/content/help.js b/content/help.js index 754bb9e3..be26d1d9 100644 --- a/content/help.js +++ b/content/help.js @@ -177,7 +177,7 @@ vimperator.help = function (section, easter) //{{{ '$VIMPERATOR_HOME can be used to override the calculated $HOME directory.'; var mappings = 'mappings

Mappings

' + - '

The denotion of modifier keys is like in Vim, so C- means the Control key, M- the Meta key, A- the Alt key and S- the Shift key.

'+ + '

The denotion of modifier keys is like in Vim, so C- means the Control key, M- the Meta key, A- the Alt key and S- the Shift key.

' + ''; mappings += makeHelpString(vimperator.mappings, "", "", null); mappings += '
'; diff --git a/content/options.js b/content/options.js index d82db98f..58e3f1de 100644 --- a/content/options.js +++ b/content/options.js @@ -611,7 +611,7 @@ vimperator.Options = function () //{{{ "" + "NOTE: This option does not change the popup blocker of Firefox in any way.",