diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-23 21:04:59 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-23 21:34:49 +0200 |
commit | 61c8a078cff572a29cb61b0c1c0554d5f09a1e83 (patch) | |
tree | fc941773fa0e2458c53a79348cc3a1b499d69852 /lisp/recentf.el | |
parent | 48248c901d0884c042345c3ae1ba8fdfeb195c74 (diff) | |
download | emacs-61c8a078cff572a29cb61b0c1c0554d5f09a1e83.tar.gz emacs-61c8a078cff572a29cb61b0c1c0554d5f09a1e83.tar.bz2 emacs-61c8a078cff572a29cb61b0c1c0554d5f09a1e83.zip |
* lisp/recentf.el (recentf-auto-cleanup): Clarify docstring.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r-- | lisp/recentf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index 7ddf1efb9fc..d8016077ebd 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -238,6 +238,8 @@ This item will replace the \"More...\" item." (defcustom recentf-auto-cleanup 'mode "Define when to automatically cleanup the recent list. +That is, remove duplicates, non-kept, and excluded files. + The following values can be set: - `mode' |