浏览代码

org-list: docstring update

* lisp/org-list.el (org-plain-list-ordered-item-terminator): remove
  incorrect assumption.
Nicolas Goaziou 13 年之前
父节点
当前提交
ecabda5603
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      lisp/org-list.el

+ 1 - 4
lisp/org-list.el

@@ -202,10 +202,7 @@ into
 
 (defcustom org-plain-list-ordered-item-terminator t
   "The character that makes a line with leading number an ordered list item.
-Valid values are ?. and ?\).  To get both terminators, use t.  While
-?. may look nicer, it creates the danger that a line with leading
-number may be incorrectly interpreted as an item.  ?\) therefore is
-the safe choice."
+Valid values are ?. and ?\).  To get both terminators, use t."
   :group 'org-plain-lists
   :type '(choice (const :tag "dot like in \"2.\"" ?.)
 		 (const :tag "paren like in \"2)\"" ?\))