summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-07-10 10:40:03 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-07-10 10:40:03 +0200
commitecabda56038d8d6d5c4877884600045cfb32b36d (patch)
treec1f851e29d08e0040be087399518a2caf3b36ce5
parentdc85f451945bae0b49218fe7fc7aa04ceb8c14f2 (diff)
downloadorg-mode-ecabda56038d8d6d5c4877884600045cfb32b36d.tar.gz
org-list: docstring update
* lisp/org-list.el (org-plain-list-ordered-item-terminator): remove incorrect assumption.
-rw-r--r--lisp/org-list.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 2e8ffe0..0e88958 100644
--- a/lisp/org-list.el
+++ b/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)\"" ?\))