diff options
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pages/options.html b/pages/options.html index b14c454f..7b66efde 100644 --- a/pages/options.html +++ b/pages/options.html @@ -44,7 +44,7 @@ unmap j  unmapAll  " this is a comment  # this is also a comment</pre> -                <a href="#" id="showCommands">Show available commands.</a> +                <a href="#" id="showCommands">Show available commands</a>.                </div>              </div>              <textarea id="keyMappings" type="text"></textarea> @@ -61,7 +61,8 @@ a: http://a.com/?q=%s  b: http://b.com/?q=%s description  " this is a comment  # this is also a comment</pre> -                  %s is replaced with the search terms. +                  %s is replaced with the search terms. <br/> +                  For search completion, see <a href="completion_engines.html" target="_blank">here</a>.                  </div>                </div>                <textarea id="searchEngines"></textarea> | 
