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

Update help source files for Asciidoc 8.4.x.

This commit is contained in:
Doug Kearns
2009-08-06 23:17:08 +10:00
parent 817cbd1e75
commit 9ede619160
52 changed files with 323 additions and 321 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
heading:Automatic{nbsp}commands[autocommands]
heading::Automatic{nbsp}commands[autocommands]
Autocommands are a way to automatically execute code when certain events
happen.
@@ -32,7 +32,7 @@ Available {events}:
*PageLoadPre* Triggered after a page load is initiated
*PageLoad* Triggered when a page gets (re)loaded/opened
*PrivateMode* Triggered when private mode is activated or deactivated
*ShellCmdPost* Triggered after executing a shell command with [c]:![c]#{cmd}
*ShellCmdPost* Triggered after executing a shell command with [c]:![c]{cmd}
*VimperatorEnter* Triggered after Firefox starts
*VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module
*VimperatorLeave* Triggered before exiting Firefox
@@ -76,7 +76,7 @@ Apply the autocommands matching the specified URL to the current buffer. If no
[a][url][a] is specified use the current URL.
________________________________________________________________________________
section:Examples[autocmd-examples]
section::Examples[autocmd-examples]
Enable _passthrough_ mode on all Google sites: