Selaa lähdekoodia

Fix minor bug

Carsten Dominik 16 vuotta sitten
vanhempi
commit
d3f4bf811c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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.