* doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command.

This commit is contained in:
Juri Linkov 2021-11-09 22:45:17 +02:00
parent 52fe2340b8
commit 747a1ae4ac
2 changed files with 8 additions and 8 deletions

View 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

View file

@ -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.