diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-03-16 14:20:15 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-03-16 14:24:45 +0100 |
commit | dfb36d362304f7459e7171327481d55a0b3943b2 (patch) | |
tree | a5b5e826895b9b316d08ef3911246629db96662e /doc/misc | |
parent | 9d3fdf7e0d4c9355b2466aca51938291ea4e26c7 (diff) | |
download | emacs-dfb36d362304f7459e7171327481d55a0b3943b2.tar.gz |
Refer to EWW instead of w3 and w3m
* doc/misc/idlwave.texi (Help with HTML Documentation): Refer to EWW
instead of w3 and w3m.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/idlwave.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 3ec07fb4a50..10fc4c85c7b 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi @@ -1372,10 +1372,9 @@ among, with differing advantages and disadvantages. The variable to (as long as @code{idlwave-help-use-assistant} is not set). This function is used to set the variable @code{browse-url-browser-function} locally for IDLWAVE help only. Customize the latter variable to see -what choices of browsers your system offers. Certain browsers like -@code{w3} (bundled with many versions of Emacs) and @code{w3m} -(@uref{http://emacs-w3m.namazu.org/}) are run within Emacs, and use -Emacs buffers to display the HTML help. This can be convenient, +what choices of browsers your system offers. Certain browsers like EWW +(@pxref{Top, EWW,, eww, The Emacs Web Wowser Manual}) are run within Emacs, +and use Emacs buffers to display the HTML help. This can be convenient, especially on small displays, and images can even be displayed in-line on newer Emacs versions. However, better formatting results are often achieved with external browsers, like Mozilla. IDLWAVE assumes any |