summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2012-03-14 06:17:25 +0100
committerDavid Maus <dmaus@ictsoc.de>2012-03-14 06:17:25 +0100
commita829737e4690fcb24af4265557d65e6a02f4c53a (patch)
tree795cc1586bf5ab06b162007640d8f9631e1c362d
parent429cf28ebe79220fad16e3910152896f6756a8e2 (diff)
downloadorg-mode-a829737e4690fcb24af4265557d65e6a02f4c53a.tar.gz
Remove spurious quote in customization form choice
* org-attach.el (org-attach-store-link-p): Remove spurious quote in customization form choice. Glitch discovered and fix suggested by Henning Weiss in <CAKq33udFSsBP0egVrgfjcBnou+PhKtyYaGBn0SfMicp42h0=kw@mail.gmail.com>>.
-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 0525bee..b530a68 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -104,7 +104,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 ()