1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-27 07:37:25 +00:00

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

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."