Variable: recentf-save-file-header

recentf-save-file-header is a variable defined in recentf.el.gz.

Value

";;; Automatically generated by `recentf' on %s.\n"

Documentation

Header to be written into the recentf-save-file.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
;;; Save/load/cleanup the recent list
;;
(defconst recentf-save-file-header
  ";;; Automatically generated by `recentf' on %s.\n"
  "Header to be written into the `recentf-save-file'.")