From 96e934e08037e5cdc7e87b96d94fcadcba38474c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 19 Jul 2009 19:56:56 +1000 Subject: [PATCH] Document the autocommand keyword for page load events. --- vimperator/locale/en-US/autocommands.txt | 3 ++- xulmus/locale/en-US/autocommands.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index 3b179a60..e9d4d06f 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -47,7 +47,8 @@ The following keywords are available where relevant: `--------------`---------------------------------------------- ** The URL against which the event was selected. ** The page, bookmark or download title. -*<tab>* The tab in which the event occurred. +*<doc>* The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +*<tab>* The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. *<tags>* The tags applied to <url>. Only for *BookmarkAdd*. *<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*. *<icon>* The icon associated with <url>. Only for *BookmarkAdd*. diff --git a/xulmus/locale/en-US/autocommands.txt b/xulmus/locale/en-US/autocommands.txt index ca2e6d90..ca02c858 100644 --- a/xulmus/locale/en-US/autocommands.txt +++ b/xulmus/locale/en-US/autocommands.txt @@ -54,7 +54,8 @@ The following keywords are available where relevant: `--------------`---------------------------------------------- *<url>* The URL against which the event was selected. *<title>* The page, bookmark or download title. -*<tab>* The tab in which the event occurred. +*<doc>* The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +*<tab>* The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. *<tags>* The tags applied to <url>. Only for *BookmarkAdd*. *<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*. *<icon>* The icon associated with <url>. Only for *BookmarkAdd*.