]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix up example code from previous eww.texi commit
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Sep 2020 22:44:20 +0000 (00:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Sep 2020 22:44:20 +0000 (00:44 +0200)
* doc/misc/eww.texi (Advanced): Simplify example command (and
"--virtual-time-budget=3000" makes Chromium unstable).

doc/misc/eww.texi

index e814d0ac4869f687e4cd3138e43ba468cacb34e9..a9513e446a06b0ad8870dbc59d36520f80cd976c 100644 (file)
@@ -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