From 99af480d00905b54bb2f739d134c149930d91ce8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Sep 2020 18:35:54 +0300 Subject: [PATCH] Fix punctuation in EWW manual * doc/misc/eww.texi (Advanced): Fix punctuation of a recent change. --- doc/misc/eww.texi | 9 +++++---- 1 file 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 -- 2.39.5