diff options
| author | Lars Ingebrigtsen | 2020-09-13 00:44:20 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-13 00:44:20 +0200 |
| commit | f7d8650187e4720ba6a889da30535e3cdc1249a9 (patch) | |
| tree | 44e51dc4daa32bcdcb20cecd0d444798c7af603e | |
| parent | 31be4d7ca48fd21bdcd5428ce4164790efd39099 (diff) | |
| download | emacs-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.texi | 4 |
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 | ||
| 229 | The command should return the @acronym{HTML} on standard output, and | 227 | The command should return the @acronym{HTML} on standard output, and |