From 021dd8d98b7d8e86fcfdff659cb225be6dc51939 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 8 Apr 2020 10:22:20 +0200 Subject: [PATCH] org: Fix doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/org.el (org-time-stamp-inactive): Change ‘active’ to ‘inactive’ in the doc --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 57682fd16..a46b1c56b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13466,7 +13466,7 @@ If the user specifies a time like HH:MM or if this command is called with at least one prefix argument, the time stamp contains the date and the time. Otherwise, only the date is included. -When called with two universal prefix arguments, insert an active time stamp +When called with two universal prefix arguments, insert an inactive time stamp with the current time without prompting the user." (interactive "P") (org-time-stamp arg 'inactive)) -- 2.25.1