summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-03-11 17:43:35 +0200
committerEli Zaretskii <eliz@gnu.org>2017-03-11 17:43:35 +0200
commit6eb899563aadc012acc716511baefb216da08d37 (patch)
tree1b8deaae3b75de3f1175672753bbea0a1a70a1a5
parentaceac954ed29c2653e2a0eb71b899be5c916edda (diff)
downloademacs-6eb899563aadc012acc716511baefb216da08d37.tar.gz
* lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
-rw-r--r--lisp/net/eww.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 29390eeebb3..14de0ad15bf 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -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