aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-03-11 17:43:35 +0200
committerEli Zaretskii2017-03-11 17:43:35 +0200
commit6eb899563aadc012acc716511baefb216da08d37 (patch)
tree1b8deaae3b75de3f1175672753bbea0a1a70a1a5
parentaceac954ed29c2653e2a0eb71b899be5c916edda (diff)
downloademacs-6eb899563aadc012acc716511baefb216da08d37.tar.gz
emacs-6eb899563aadc012acc716511baefb216da08d37.zip
* 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."
849 849
850(defun eww-reload (&optional local encode) 850(defun eww-reload (&optional local encode)
851 "Reload the current page. 851 "Reload the current page.
852If LOCAL (the command prefix), don't reload the page from the 852If LOCAL is non-nil (interactively, the command was invoked with
853network, but just re-display the HTML already fetched." 853a prefix argument), don't reload the page from the network, but
854just re-display the HTML already fetched."
854 (interactive "P") 855 (interactive "P")
855 (let ((url (plist-get eww-data :url))) 856 (let ((url (plist-get eww-data :url)))
856 (if local 857 (if local