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*.