From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: [patch] typo: customization group org-plain-list Date: Sun, 18 Apr 2010 22:39:10 +0200 Message-ID: <87d3xwebrl.fsf@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3bHG-0003uC-Di for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 16:39:38 -0400 Received: from [140.186.70.92] (port=45799 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3bHE-0003t0-RT for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 16:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3bHD-0004up-J8 for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 16:39:36 -0400 Received: from mail.gmx.net ([213.165.64.20]:60843) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O3bHD-0004uM-6S for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 16:39:35 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list --=-=-= Found a typo in lisp/org-list.el. Patch is against branch `remove-compatibility-code' --=-=-= Content-Type: text/x-diff Content-Disposition: inline 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 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--