emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] Fix typo in org-list-demote-modify-bullet docstring


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Fix typo in org-list-demote-modify-bullet docstring
Date: Fri, 21 May 2010 10:07:05 -0400

---
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




reply via email to

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