Explorar o código

Fix minor bug

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
d3f4bf811c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/org-list.el

+ 2 - 2
lisp/org-list.el

@@ -77,8 +77,8 @@ heading will be exposed in a children' view."
   :group 'org-plain-lists
   :type '(choice
 	  (const :tag "Never" nil)
-	  (const :tag "With cursor in plain list (recommended)" t)))
-	  (const :tag "As children of outline headings" integrate)
+	  (const :tag "With cursor in plain list (recommended)" t)
+	  (const :tag "As children of outline headings" integrate)))
 
 (defcustom org-plain-list-ordered-item-terminator t
   "The character that makes a line with leading number an ordered list item.