]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2017 15:43:35 +0000 (17:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2017 15:43:35 +0000 (17:43 +0200)
lisp/net/eww.el

index 29390eeebb318bc94a9e942027bcac1f8fea914e..14de0ad15bf07f3ea8da09f38ab6597dc082cb72 100644 (file)
@@ -849,8 +849,9 @@ appears in a <link> or <a> tag."
 
 (defun eww-reload (&optional local encode)
   "Reload the current page.
-If LOCAL (the command prefix), don't reload the page from the
-network, but just re-display the HTML already fetched."
+If LOCAL is non-nil (interactively, the command was invoked with
+a prefix argument), don't reload the page from the network, but
+just re-display the HTML already fetched."
   (interactive "P")
   (let ((url (plist-get eww-data :url)))
     (if local