From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo in org-list-demote-modify-bullet docstring Date: Fri, 21 May 2010 10:07:05 -0400 Message-ID: <1274450825-23961-1-git-send-email-bernt@norang.ca> References: Return-path: Received: from [140.186.70.92] (port=49475 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFSt7-0000GK-Vl for emacs-orgmode@gnu.org; Fri, 21 May 2010 10:07:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFSt6-00072H-3E for emacs-orgmode@gnu.org; Fri, 21 May 2010 10:07:45 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:52341) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFSt6-00070w-1G for emacs-orgmode@gnu.org; Fri, 21 May 2010 10:07:44 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1OFSsy-000ASJ-0V for emacs-orgmode@gnu.org; Fri, 21 May 2010 14:07:36 +0000 In-Reply-To: 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@gnu.org Cc: Bernt Hansen --- This patch is available at git://git.norang.ca/org-mode.git typo lisp/org-list.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 566e0eb..417061f 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -86,7 +86,7 @@ heading will be exposed in a children' view." (defcustom org-list-demote-modify-bullet nil "Default bullet type installed when demoting an item. This is an association list, for each bullet type, this alist will point -to the bulled that should be used when this item is demoted." +to the bullet that should be used when this item is demoted." :group 'org-plain-lists :type '(repeat (cons -- 1.7.1.96.gc06ee