summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-04-21 09:10:57 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-04-21 09:18:20 +0200
commit75a68313fcec1b5977269a5c0fe6b857b62398f2 (patch)
tree9a086d77f83a1d1957ae6ecff00ddedc9d5f3512
parente0ca9a5bdf0dc61e3c117891b3b6b3f8dc6bc4fd (diff)
downloadorg-mode-75a68313fcec1b5977269a5c0fe6b857b62398f2.tar.gz
Fix typo
-rw-r--r--lisp/org-inlinetask.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index 9479aea..df1c48d 100644
--- a/lisp/org-inlinetask.el
+++ b/lisp/org-inlinetask.el
@@ -110,9 +110,9 @@ When nil, they will not be exported."
This should be the state `org-inlinetask-insert-task' should use by
default, or nil of no state should be assigned."
:group 'org-inlinetask
- :type (choice
- (const :tag "No state" nil)
- (string :tag "Specific state")))
+ :type '(choice
+ (const :tag "No state" nil)
+ (string :tag "Specific state")))
(defun org-inlinetask-insert-task (&optional no-state)
"Insert an inline task.