summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Vivier <leo.vivier+org@gmail.com>2020-04-08 10:34:04 +0200
committerKyle Meyer <kyle@kyleam.com>2020-04-08 22:55:00 -0400
commitacd1635966dcd6c735bca4e5e9c3defbda32422c (patch)
tree91a32e08b304d0e3d8e0a35d411c1352154969f0
parent561e9efd062e23321f3b56b2e3482ef3afc7416f (diff)
downloadorg-mode-acd1635966dcd6c735bca4e5e9c3defbda32422c.tar.gz
org: Fix docstring typo
* lisp/org.el (org-time-stamp-inactive): Change ‘active’ to ‘inactive’ in the docstring. TINYCHANGE
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 3d841df..5b00191 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14110,7 +14110,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))