emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix small mistake in doc
@ 2020-04-08  8:34 Leo Vivier
  2020-04-09  2:59 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Vivier @ 2020-04-08  8:34 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

Hello,

I’ve noticed a small mistake in the doc for `org-time-stamp-inactive`.
You’ll find the details in the patch.

HTH.

Best,

-- 
Leo Vivier


[-- Attachment #2: 0001-org-Fix-doc.patch --]
[-- Type: text/x-patch, Size: 1069 bytes --]

From 021dd8d98b7d8e86fcfdff659cb225be6dc51939 Mon Sep 17 00:00:00 2001
From: Leo Vivier <leo.vivier+org@gmail.com>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-09  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  8:34 [PATCH] Fix small mistake in doc Leo Vivier
2020-04-09  2:59 ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).