ソースを参照

contrib/lisp/org-expiry.el (org-expiry-inactive-timestamps): Fix docstring

* contrib/lisp/org-expiry.el (org-expiry-inactive-timestamps):
Fix docstring.
Bastien Guerry 12 年 前
コミット
d40c5804f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      contrib/lisp/org-expiry.el

+ 1 - 1
contrib/lisp/org-expiry.el

@@ -82,7 +82,7 @@
   :group 'org)
   :group 'org)
 
 
 (defcustom org-expiry-inactive-timestamps nil
 (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
   :type 'boolean
   :group 'org-expiry)
   :group 'org-expiry)