* lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)

This commit is contained in:
Eli Zaretskii 2017-03-11 17:43:35 +02:00
parent aceac954ed
commit 6eb899563a

View file

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