Variable: savehist-save-hook
savehist-save-hook is a customizable variable defined in
savehist.el.gz.
Value
nil
Documentation
Hook called by savehist-save before saving the variables.
You can use this hook to influence choice and content of variables to save.
Source Code
;; Defined in /usr/src/emacs/lisp/savehist.el.gz
(defcustom savehist-save-hook nil
"Hook called by `savehist-save' before saving the variables.
You can use this hook to influence choice and content of variables
to save."
:type 'hook)