emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 747a1ae 3/3: * doc/misc/eww.texi (Advanced): Fix missed variabl


From: Juri Linkov
Subject: emacs-28 747a1ae 3/3: * doc/misc/eww.texi (Advanced): Fix missed variable name eww-retrieve-command.
Date: Tue, 9 Nov 2021 15:45:52 -0500 (EST)

branch: emacs-28
commit 747a1ae4ac3b293f838a19c1b5fc1099446d9666
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * 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 2543dc2..ca752ec 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 a3628a3..d415a24 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]