From: Eli Zaretskii Date: Sat, 11 Mar 2017 15:43:35 +0000 (+0200) Subject: * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981) X-Git-Tag: emacs-25.2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6eb899563aadc012acc716511baefb216da08d37;p=emacs.git * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981) --- 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 or 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