emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 6eb8995: * lisp/net/eww.el (eww-reload): Doc fix.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 6eb8995: * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
Date: Sat, 11 Mar 2017 10:44:18 -0500 (EST)

branch: emacs-25
commit 6eb899563aadc012acc716511baefb216da08d37
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 29390ee..14de0ad 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]