From 6eb899563aadc012acc716511baefb216da08d37 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 11 Mar 2017 17:43:35 +0200 Subject: [PATCH] * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981) --- lisp/net/eww.el | 5 +++-- 1 file 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 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 -- 2.39.5