summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 869607b9f..5ff358ee0 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -52,7 +52,7 @@ The following environment variables will be set when a userscript is launched:
In `command` mode:
-- `QUTE_URL`: The current URL.
+- `QUTE_URL`: The current page URL.
- `QUTE_TITLE`: The title of the current page.
- `QUTE_SELECTED_TEXT`: The text currently selected on the page.
- `QUTE_COUNT`: The `count` from the spawn command running the userscript.
@@ -60,7 +60,7 @@ In `command` mode:
In `hints` mode:
- `QUTE_URL`: The URL selected via hints.
-- `QUTE_CURRENT_URL`: The current URL.
+- `QUTE_CURRENT_URL`: The current page URL.
- `QUTE_SELECTED_TEXT`: The plain text of the element selected via hints.
- `QUTE_SELECTED_HTML`: The HTML of the element selected via hints.