diff --git a/ChangeLog b/ChangeLog index 704092b21..cc235fae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-28 Bastien Guerry + + * org.el (org-activate-links): Fixed typo. + 2008-02-28 Glenn Morris * org.el (org-info): Use `info' instead of `Info-goto-node'. diff --git a/org.el b/org.el index db92b6c07..5d3104cd2 100644 --- a/org.el +++ b/org.el @@ -1165,10 +1165,9 @@ Changing this variable requires a restart of Emacs to become effective." :group 'org-link :type '(set (const :tag "Double bracket links (new style)" bracket) (const :tag "Angular bracket links (old style)" angular) - (const :tag "plain text links" plain) + (const :tag "Plain text links" plain) (const :tag "Radio target matches" radio) (const :tag "Tags" tag) - (const :tag "Tags" target) (const :tag "Timestamps" date))) (defgroup org-link-store nil