contrib/lisp/org-expiry.el (org-expiry-inactive-timestamps): Fix docstring
* contrib/lisp/org-expiry.el (org-expiry-inactive-timestamps): Fix docstring.
This commit is contained in:
parent
8091854eaf
commit
d40c5804f5
|
@ -82,7 +82,7 @@
|
|||
:group 'org)
|
||||
|
||||
(defcustom org-expiry-inactive-timestamps nil
|
||||
"Insert inactive timestamps for the created and expired time properties"
|
||||
"Insert inactive timestamps for created/expired properties."
|
||||
:type 'boolean
|
||||
:group 'org-expiry)
|
||||
|
||||
|
|
Loading…
Reference in New Issue