浏览代码

Improve docstring of `org-log-repeat'

Patch by Dan Griswold
Carsten Dominik 15 年之前
父节点
当前提交
c23066242f
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      lisp/org.el

+ 5 - 5
lisp/org.el

@@ -2022,11 +2022,11 @@ When nil, the notes will be orderer according to time."
 
 
 (defcustom org-log-repeat 'time
 (defcustom org-log-repeat 'time
   "Non-nil means, record moving through the DONE state when triggering repeat.
   "Non-nil means, record moving through the DONE state when triggering repeat.
-An auto-repeating tasks  is immediately switched back to TODO when marked
-done.  If you are not logging state changes (by adding \"@\" or \"!\" to
-the TODO keyword definition, or recording a closing note by setting
-`org-log-done', there will be no record of the task moving through DONE.
-This variable forces taking a note anyway.  Possible values are:
+An auto-repeating task is immediately switched back to TODO when
+marked DONE. If you are not logging state changes (by adding \"@\"
+or \"!\" to the TODO keyword definition), or set `org-log-done' to
+record a closing note, there will be no record of the task moving
+through DONE. This variable forces taking a note anyway.
 
 
 nil     Don't force a record
 nil     Don't force a record
 time    Record a time stamp
 time    Record a time stamp