Fix customize type for capture template function

* lisp/org-capture.el (org-capture-templates): Fix customize type
This commit is contained in:
Carsten Dominik 2010-07-19 14:42:06 +02:00
parent 899e89518b
commit 347c8ebe34
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ calendar | %:type %:date"
(file :tag "Template file"))
(list :tag "Function"
(const :format "" function)
(file :tag "Template function")))
(function :tag "Template function")))
(plist :inline t
;; Give the most common options as checkboxes
:options (((const :format "%v " :prepend) (const t))