Variable: eww-history-limit

eww-history-limit is a customizable variable defined in eww.el.gz.

Value

50

Documentation

Maximum number of entries to retain in the history.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-history-limit 50
  "Maximum number of entries to retain in the history."
  :version "25.1"
  :group 'eww
  :type '(choice (const :tag "Unlimited" nil)
                 integer))