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

Made consitent {arg} typesetting in help.

This commit is contained in:
Ted Pavlic
2009-01-02 14:16:11 -05:00
parent 451b094c21
commit d5a28b5b37
2 changed files with 5 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ ________________________________________________________________________________
|:js| |:javas| |:javascript| |:js| |:javas| |:javascript|
||:javas[cript] \\{cmd\\}|| + ||:javas[cript] {cmd}|| +
||:javascript <<\\{endpattern\\}\n\\{script\\}\n\\{endpattern\\}|| + ||:javascript <<{endpattern}\n{empty}{script}\n{empty}{endpattern} || +
||:javascript[!]|| ||:javascript[!]||
________________________________________________________________________________ ________________________________________________________________________________
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by Run any JavaScript command through eval(). Acts as a JavaScript interpreter by

View File

@@ -5,7 +5,7 @@ HEADER
INTRO TO BE WRITTEN... INTRO TO BE WRITTEN...
|f| + |f| +
||f\\{hint\\}|| ||#f#{hint}||
________________________________________________________________________________ ________________________________________________________________________________
Start QuickHint mode. In QuickHint mode, every hintable item (according to the Start QuickHint mode. In QuickHint mode, every hintable item (according to the
'hinttags' XPath query) is assigned a unique number. You can now either type 'hinttags' XPath query) is assigned a unique number. You can now either type
@@ -20,7 +20,7 @@ ________________________________________________________________________________
|F| + |F| +
||F\\{hint\\}|| ||#F#{hint}||
________________________________________________________________________________ ________________________________________________________________________________
Start QuickHint mode, but open link in a new tab. Like normal QuickHint mode Start QuickHint mode, but open link in a new tab. Like normal QuickHint mode
(activated with [m]f[m]) but opens the link in a new tab. (activated with [m]f[m]) but opens the link in a new tab.
@@ -30,7 +30,7 @@ ________________________________________________________________________________
|extended-hints| + |extended-hints| +
|;| + |;| +
||;\\{mode\\}\\{hint\\}|| ||#;#{mode}{empty}{hint}||
________________________________________________________________________________ ________________________________________________________________________________
Start an extended hint mode. ExtendedHint mode is useful, since in this mode Start an extended hint mode. ExtendedHint mode is useful, since in this mode
you can yank link locations, open them in a new window or save images. If you can yank link locations, open them in a new window or save images. If