mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 04:39:37 +00:00
* lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
This commit is contained in:
parent
aceac954ed
commit
6eb899563a
1 changed files with 3 additions and 2 deletions
|
@ -849,8 +849,9 @@ appears in a <link> or <a> tag."
|
||||||
|
|
||||||
(defun eww-reload (&optional local encode)
|
(defun eww-reload (&optional local encode)
|
||||||
"Reload the current page.
|
"Reload the current page.
|
||||||
If LOCAL (the command prefix), don't reload the page from the
|
If LOCAL is non-nil (interactively, the command was invoked with
|
||||||
network, but just re-display the HTML already fetched."
|
a prefix argument), don't reload the page from the network, but
|
||||||
|
just re-display the HTML already fetched."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(let ((url (plist-get eww-data :url)))
|
(let ((url (plist-get eww-data :url)))
|
||||||
(if local
|
(if local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue