summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2012-03-14 06:43:19 +0100
committerDavid Maus <dmaus@ictsoc.de>2012-03-14 06:43:19 +0100
commit837b58ee28aadc48be66902fdc14c280265cf2bc (patch)
tree113569b857fce4abea74962419b931f5c9903c35
parent21391e2f84d81ac9e1849870b6de8369b73e8397 (diff)
parenta829737e4690fcb24af4265557d65e6a02f4c53a (diff)
downloadorg-mode-837b58ee28aadc48be66902fdc14c280265cf2bc.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-attach.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 1816a07..7ba3d72 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -105,7 +105,7 @@ ln create a hard link. Note that this is not supported
:type '(choice
(const :tag "Don't store link" nil)
(const :tag "Link to origin location" t)
- (const :tag "Link to the attach-dir location" 'attached)))
+ (const :tag "Link to the attach-dir location" attached)))
;;;###autoload
(defun org-attach ()