aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eww.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index 5e69b11d347..d31fcf1802b 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -192,6 +192,15 @@ history press @kbd{H} (@code{eww-list-histories}) to open the history
192buffer @file{*eww history*}. The history is lost when EWW is quit. 192buffer @file{*eww history*}. The history is lost when EWW is quit.
193If you want to remember websites you can use bookmarks. 193If you want to remember websites you can use bookmarks.
194 194
195@vindex eww-before-browse-history-function
196 By default, when browsing to a new page from a ``historical'' one
197(i.e.@: a page loaded by navigating back via @code{eww-back-url}), EWW
198will first delete any history entries newer than the current page. This
199is the same behavior as most other web browsers. You can change this by
200customizing @code{eww-before-browse-history-function} to another value.
201For example, setting it to @code{ignore} will preserve the existing
202history entries and simply prepend the new page to the history list.
203
195@vindex eww-history-limit 204@vindex eww-history-limit
196 Along with the URLs visited, EWW also remembers both the rendered 205 Along with the URLs visited, EWW also remembers both the rendered
197page (as it appears in the buffer) and its source. This can take a 206page (as it appears in the buffer) and its source. This can take a