Variable: eww-readable-adds-to-history

eww-readable-adds-to-history is a customizable variable defined in eww.el.gz.

Value

t

Documentation

If non-nil, calling eww-readable adds a new entry to the history.

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

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-readable-adds-to-history t
  "If non-nil, calling `eww-readable' adds a new entry to the history."
  :type 'boolean
  :version "30.1")