diff options
-rw-r--r-- | doc/misc/eww.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index a9513e446a0..4ae2c86e3fa 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -214,10 +214,11 @@ in an external browser by customizing @findex eww-retrieve-command EWW normally uses @code{url-retrieve} to fetch the @acronym{HTML} -before rendering it. It can sometimes be convenient to use an external -program to do this, and @code{eww-retrieve-command} should then be a -list that specifies a command and the parameters. For instance, to -use the Chromium browser, you could say something like this: +before rendering it. It can sometimes be convenient to use an +external program to do this, and @code{eww-retrieve-command} should +then be a list that specifies a command and the parameters. For +instance, to use the Chromium browser, you could say something like +this: @lisp (setq eww-retrieve-command |