Variable: package-refresh-contents-hook
package-refresh-contents-hook is a variable defined in package.el.gz.
Value
(package--download-and-read-archives)
Documentation
List of functions to call to refresh the package archive.
Each function may take an optional argument indicating that the operation ought to be executed asynchronously.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defvar package-refresh-contents-hook (list #'package--download-and-read-archives)
"List of functions to call to refresh the package archive.
Each function may take an optional argument indicating that the
operation ought to be executed asynchronously.")