>From 6882a948b60c03f19f53597acb92b85f52a41cd0 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Sun, 16 Feb 2020 22:59:18 -0800 Subject: [PATCH 1/3] Fix recentf-auto-cleanup customize wording * lisp/recentf.el (recentf-auto-cleanup): Fix wording --- lisp/recentf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/recentf.el b/lisp/recentf.el index 27918a9739..94241b00d5 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -257,7 +257,7 @@ recentf-auto-cleanup :value mode) (const :tag "Never" :value never) - (number :tag "When idle that seconds" + (number :tag "When idle after (seconds)" :value 300) (string :tag "At time" :value "11:00pm")) -- 2.25.0