From 82b5656276fc4b5c1f0bb2f85d1a4d715f61aef3 Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Mon, 9 Mar 2026 09:17:45 -0700 Subject: [PATCH] * lisp/time-stamp.el (time-stamp-warn-inactive): Doc string. --- lisp/time-stamp.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index dc7c918816b..b7f72f2619c 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -134,10 +134,10 @@ See also the variable `time-stamp-warn-inactive'." (defcustom time-stamp-warn-inactive t - "Have \\[time-stamp] warn if a buffer did not get time-stamped. -If non-nil, a warning is displayed if `time-stamp-active' has -deactivated time stamping and the buffer contains a template that -otherwise would have been updated." + "Warn when we find a template but `time-stamp-active' is nil. +If non-nil, `time-stamp' displays a message when `time-stamp-active' +is nil (deactivating time stamping) and the buffer contains +a template that otherwise would have been updated." :type 'boolean :version "19.29")