emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [patch] typo: customization group org-plain-list


From: Sebastian Rose
Subject: [Orgmode] [patch] typo: customization group org-plain-list
Date: Sun, 18 Apr 2010 22:39:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Found a typo in lisp/org-list.el. Patch is against branch
`remove-compatibility-code'


diff --git a/lisp/org-list.el b/lisp/org-list.el
index 180bc5a..f45819a 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)))


   Sebastian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]