Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
75a68313fc
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      lisp/org-inlinetask.el

+ 3 - 3
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.