From ecabda56038d8d6d5c4877884600045cfb32b36d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 10 Jul 2011 10:40:03 +0200 Subject: [PATCH] org-list: docstring update * lisp/org-list.el (org-plain-list-ordered-item-terminator): remove incorrect assumption. --- lisp/org-list.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 2e8ffe0a3..0e88958f3 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)\"" ?\))