aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-09-13 00:44:20 +0200
committerLars Ingebrigtsen2020-09-13 00:44:20 +0200
commitf7d8650187e4720ba6a889da30535e3cdc1249a9 (patch)
tree44e51dc4daa32bcdcb20cecd0d444798c7af603e
parent31be4d7ca48fd21bdcd5428ce4164790efd39099 (diff)
downloademacs-f7d8650187e4720ba6a889da30535e3cdc1249a9.tar.gz
emacs-f7d8650187e4720ba6a889da30535e3cdc1249a9.zip
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:
221 221
222@lisp 222@lisp
223(setq eww-retrieve-command 223(setq eww-retrieve-command
224 '("chromium" "--headless" 224 '("chromium" "--headless" "--dump-dom"))
225 "--virtual-time-budget=3000"
226 "--dump-dom"))
227@end lisp 225@end lisp
228 226
229The command should return the @acronym{HTML} on standard output, and 227The command should return the @acronym{HTML} on standard output, and