From e84998ada85419921fdc68c0d9950918ccb25ad0 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 21 Apr 2010 09:51:30 +0200 Subject: [PATCH] Fix typo --- lisp/org-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index d3bfb6bf4..79c939c22 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -119,7 +119,7 @@ When a string, it will be used as a regular expression. When the bullet type of a list is changed, the new bullet type will be matched against this regexp. If it matches, there will be two spaces instead of one after the bullet in each item of he list." - :group 'org-plain-list + :group 'org-plain-lists :type '(choice (const :tag "never" nil) (regexp))) -- 2.11.4.GIT