>From a47a121c983b9062079ae4aa2e687bcf138dd8a5 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Sun, 16 Feb 2020 23:06:02 -0800 Subject: [PATCH 2/3] Clarify behavior of setting recentf-auto-cleanup to string * lisp/recentf.el (recentf-auto-cleanup): Clarify docstring --- lisp/recentf.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/recentf.el b/lisp/recentf.el index 94241b00d5..9c4ef21b52 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -247,6 +247,12 @@ recentf-auto-cleanup - A time string Cleanup at specified time string, for example at \"11:00pm\". +If a time string is provided, cleanup is only scheduled once each +time the mode is turned on; it does not repeat daily. +Furthermore, the time is for the current day. If it is already +past the specified time for the day, cleanup happens immediately +as for `mode'. + Setting this variable directly does not take effect; use \\[customize]. -- 2.25.0