1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-08 11:05:48 +01:00

Use the `mode' <k> attribute at more places in the help files.

This commit is contained in:
Štěpán Němec
2010-09-25 10:42:07 +02:00
parent 2c97e22025
commit 05fcc1ff45
5 changed files with 20 additions and 19 deletions

View File

@@ -120,15 +120,15 @@
</p>
<p>
Moreover, sophisticated, context-sensitive <k name="Tab"/>
Moreover, sophisticated, context-sensitive <k name="Tab" mode="c"/>
completion is available for JavaScript code, which extends to
property names, object keys, and programmable completion for
string function arguments. The completion code is designed to be
both as safe and as powerful as possible. Expressions in a given
command-line session will only be evaluated once, and, with
autocompletion turned on, any completion which requires a function
to be executed requires an explicit <k name="Tab"/> press to
commence.
to be executed requires an explicit <k name="Tab" mode="c"/> press
to commence.
</p>
<p>