summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-09-13 00:44:20 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-13 00:44:20 +0200
commitf7d8650187e4720ba6a889da30535e3cdc1249a9 (patch)
tree44e51dc4daa32bcdcb20cecd0d444798c7af603e
parent31be4d7ca48fd21bdcd5428ce4164790efd39099 (diff)
downloademacs-f7d8650187e4720ba6a889da30535e3cdc1249a9.tar.gz
Fix up example code from previous eww.texi commit
* doc/misc/eww.texi (Advanced): Simplify example command (and "--virtual-time-budget=3000" makes Chromium unstable).
-rw-r--r--doc/misc/eww.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index e814d0ac486..a9513e446a0 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -221,9 +221,7 @@ use the Chromium browser, you could say something like this:
@lisp
(setq eww-retrieve-command
- '("chromium" "--headless"
- "--virtual-time-budget=3000"
- "--dump-dom"))
+ '("chromium" "--headless" "--dump-dom"))
@end lisp
The command should return the @acronym{HTML} on standard output, and