1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 00:01:25 +02:00

Update help files for Xulmus.

This commit is contained in:
Doug Kearns
2009-03-28 02:13:18 +11:00
parent d3a5d3d229
commit 2c352c285b
19 changed files with 133 additions and 131 deletions
+5 -5
View File
@@ -2,7 +2,7 @@ HEADER
|repeat| +
Vimperator can repeat a number of commands and record macros.
Xulmus can repeat a number of commands and record macros.
section:Macros[macros,complex-repeat]
@@ -52,7 +52,7 @@ ____________________________________________________________________________
||[count].||
____________________________________________________________________________
Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this
does not apply solely to editing commands, mainly because Vimperator doesn't
does not apply solely to editing commands, mainly because Xulmus doesn't
have them.
____________________________________________________________________________
@@ -99,7 +99,7 @@ Load all unloaded plugins immediately. Because plugins are automatically
loaded after vimperatorrc is sourced, this command must be placed early
in the vimperatorrc file if vimperatorrc also includes commands that are
implemented by plugins. Additionally, this command allows for sourcing
new plugins without restarting Vimperator.
new plugins without restarting Xulmus.
________________________________________________________________________________
@@ -123,7 +123,7 @@ ________________________________________________________________________________
|:fini| |:finish|
||:fini[sh]|| +
________________________________________________________________________________
Stop sourcing a script file. This can only be called from within a Vimperator
Stop sourcing a script file. This can only be called from within a Xulmus
script file.
________________________________________________________________________________
@@ -136,7 +136,7 @@ Profile a piece of code or a command. Run {code} [count] times (default 1)
and returns the elapsed time. {code} is always passed to JavaScript's eval(),
which might be slow, so take the results with a grain of salt.
If {code} starts with a [c]:[c], it is executed as a Vimperator command.
If {code} starts with a [c]:[c], it is executed as a Xulmus command.
Use the special version with [!] if you just want to run any command multiple
times without showing profiling statistics.