diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-09 17:46:59 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-09 17:46:59 +0200 |
commit | 1383e6de55f78c0d786939e4a9a713f220c5177f (patch) | |
tree | 7c08469351d780a7c0b34b46b8a3e03a691972e2 /lisp/net/eww.el | |
parent | 96bf08a0ec550ae5f0ef263341520985412997c3 (diff) | |
download | emacs-1383e6de55f78c0d786939e4a9a713f220c5177f.tar.gz emacs-1383e6de55f78c0d786939e4a9a713f220c5177f.tar.bz2 emacs-1383e6de55f78c0d786939e4a9a713f220c5177f.zip |
* lisp/net/eww.el (eww): Improve docstring.
Diffstat (limited to 'lisp/net/eww.el')
-rw-r--r-- | lisp/net/eww.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 995a7551350..4dbd5de2ef7 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -363,7 +363,9 @@ 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." +killed after rendering. + +For more information, see Info node `(eww) Top'." (interactive (let ((uris (eww-suggested-uris))) (list (read-string (format-prompt "Enter URL or keywords" |