summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-10-24 22:39:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-10-24 22:39:41 +0200
commitcb4aea2f69a3d4fa765e64b60e1042081a76c989 (patch)
tree0d2cba7eff5a18440b97fc3815b3e7ef9ca485a4 /doc/userscripts.asciidoc
parent984dd1ba8c5ae7b9bd940cc6cf241ab3218f1f61 (diff)
downloadqutebrowser-cb4aea2f69a3d4fa765e64b60e1042081a76c989.tar.gz
qutebrowser-cb4aea2f69a3d4fa765e64b60e1042081a76c989.zip
Update/clarify some docs
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 6ab94d839..7f43e969b 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -31,7 +31,7 @@ The following environment variables will be set when a userscript is launched:
- `QUTE_MODE`: Either `hints` (started via hints) or `command` (started via
command or key binding).
-- `QUTE_USER_AGENT`: The currently set user agent.
+- `QUTE_USER_AGENT`: The currently set user agent, if customized.
- `QUTE_FIFO`: The FIFO or file to write commands to.
- `QUTE_HTML`: Path of a file containing the HTML source of the current page.
- `QUTE_TEXT`: Path of a file containing the plaintext of the current page.