]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/eww.el (eww): Improve docstring.
authorStefan Kangas <stefan@marxist.se>
Sat, 9 Jul 2022 15:46:59 +0000 (17:46 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 9 Jul 2022 15:46:59 +0000 (17:46 +0200)
lisp/net/eww.el

index 995a7551350ec942c15a27278d779c788959a20b..4dbd5de2ef74a12344626e4941ef22eac2f0fbf9 100644 (file)
@@ -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"