Function: browse-web
browse-web is a function alias and interactive for eww, defined in
eww.el.gz.
Signature
(browse-web URL &optional NEW-BUFFER BUFFER)
Documentation
Fetch URL and render the page.
If the input doesn't look like an URL or a domain name, the
word(s) will be searched for via eww-search-prefix.
If NEW-BUFFER is non-nil (interactively, the prefix arg), use a new buffer instead of reusing the default EWW buffer.
If BUFFER, the data to be rendered is in that buffer. In that case, this function doesn't actually fetch URL. BUFFER will be killed after rendering.
For more information, see Info node (eww) Top.
Key Bindings