From 747a1ae4ac3b293f838a19c1b5fc1099446d9666 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 9 Nov 2021 22:45:17 +0200 Subject: [PATCH] * doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command. --- doc/misc/eww.texi | 10 +++++----- etc/NEWS | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 2543dc2ff5a..ca752ec11b1 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -229,11 +229,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, and @code{url-retrieve-synchronously} when -the value is @code{sync}. 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: +the value of @code{eww-retrieve-command} is @code{sync}. 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 diff --git a/etc/NEWS b/etc/NEWS index a3628a3ad15..d415a242fcb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1989,7 +1989,6 @@ instead of sets, the process mark. If non-nil (the default), the '#' command in the Group and Summary buffers will toggle, instead of set, the process mark. - +++ *** New user option 'gnus-registry-register-all'. If non-nil (the default), create registry entries for all messages. @@ -2434,7 +2433,7 @@ and data svg images. *** 'svg-embed-base-uri-image' added to embed images. 'svg-embed-base-uri-image' can be used to embed images located relatively to 'file-name-directory' of the ':base-uri' svg image property. -This works much faster then 'svg-embed'. +This works much faster than 'svg-embed'. +++ *** New function 'image-cache-size'. @@ -2522,7 +2521,8 @@ This is a regexp that can be set to alter how links are followed in eww. *** New user option 'eww-retrieve-command'. This can be used to download data via an external command. If nil (the default), then 'url-retrieve' is used. When 'sync', then -'url-retrieve-synchronously' is used. +'url-retrieve-synchronously' is used. A list of strings specifies +an external program with parameters. +++ *** New Emacs command line convenience command. -- 2.39.2