Fix typo in org-attach.el

This commit is contained in:
Bernt Hansen 2008-12-16 09:28:13 -05:00
parent aa13344b39
commit e0403e49ee
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
If this is a relative path, it will be interpreted relative to the directory
where the Org file lives."
:group 'org-attach
:type 'direcory)
:type 'directory)
(defcustom org-attach-auto-tag "ATTACH"
"Tag that will be triggered automatically when an entry has an attachment."