Variable: eww-restore-reload-prompt

eww-restore-reload-prompt is a customizable variable defined in eww.el.gz.

Value

"\n\n *** Use \\[eww-reload] to reload this buffer. ***\n"

Documentation

The string to put in the buffers not reloaded on desktop-restore.

This prompt will be used if eww-restore-desktop(var)/eww-restore-desktop(fun) is nil.

The string will be passed through substitute-command-keys.

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-restore-reload-prompt
  "\n\n *** Use \\[eww-reload] to reload this buffer. ***\n"
  "The string to put in the buffers not reloaded on `desktop-restore'.
This prompt will be used if `eww-restore-desktop' is nil.

The string will be passed through `substitute-command-keys'."
  :version "25.1"
  :group 'eww
  :type 'string)