Ver Fonte

org: Fix docstring typo

* lisp/org.el (org-time-stamp-inactive): Change ‘active’ to ‘inactive’
in the docstring.

TINYCHANGE
Leo Vivier há 6 anos atrás
pai
commit
acd1635966
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org.el

+ 1 - 1
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.
 at least one prefix argument, the time stamp contains the date and the time.
 Otherwise, only the date is included.
 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."
 with the current time without prompting the user."
   (interactive "P")
   (interactive "P")
   (org-time-stamp arg 'inactive))
   (org-time-stamp arg 'inactive))