* eww.texi (Basics): Document `eww-history-limit'.
This commit is contained in:
parent
9c2c15edb5
commit
c2678a68dc
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-11-19 Ivan Shmakov <ivan@siamics.net>
|
||||
|
||||
* eww.texi (Basics): Document `eww-history-limit'.
|
||||
|
||||
2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* org.texi (The date/time prompt, Matching tags and properties):
|
||||
|
|
|
|||
|
|
@ -126,6 +126,15 @@ history press @kbd{H} (@code{eww-list-histories}) to open the history
|
|||
buffer @file{*eww history*}. The history is lost when EWW is quit.
|
||||
If you want to remember websites you can use bookmarks.
|
||||
|
||||
@vindex eww-history-limit
|
||||
Along with the URLs visited, EWW also remembers both the rendered
|
||||
page (as it appears in the buffer) and its source. This can take a
|
||||
considerable amount of memory, so EWW discards the history entries to
|
||||
keep their number within a set limit, as specified by
|
||||
@code{eww-history-limit}; the default being 50. This variable could
|
||||
also be set to @code{nil} to allow for the history list to grow
|
||||
indefinitely.
|
||||
|
||||
@findex eww-add-bookmark
|
||||
@findex eww-list-bookmarks
|
||||
@kindex b
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue