Variable: save-completions-retention-time

save-completions-retention-time is a customizable variable defined in completion.el.gz.

Value

336

Documentation

Discard a completion if unused for this many hours.

(1 day = 24, 1 week = 168). If this is 0, non-permanent completions
will not be saved unless these are used. Default is two weeks.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defcustom save-completions-retention-time 336
  "Discard a completion if unused for this many hours.
\(1 day = 24, 1 week = 168).  If this is 0, non-permanent completions
will not be saved unless these are used.  Default is two weeks."
  :type 'integer)