]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command.
authorJuri Linkov <juri@linkov.net>
Tue, 9 Nov 2021 20:45:17 +0000 (22:45 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 9 Nov 2021 20:45:17 +0000 (22:45 +0200)
doc/misc/eww.texi
etc/NEWS

index 2543dc2ff5a6fa1ad43506430aa759731d4b515b..ca752ec11b1832f01483ff00e2f30434f4af087d 100644 (file)
@@ -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
index a3628a3ad154c705c02f7971668c5c2aeaaf3f44..d415a242fcbc94c26b1a35db4838ee05c6b39153 100644 (file)
--- 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.