From 79e8552ed38d17e9e90caf27cf485fc44ac00bb6 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 14 Oct 2010 10:12:41 +0200 Subject: [PATCH] Fix typo in customize type of variable `org-activate-link' * lisp/org.el (org-activate-links): Fix customize type. --- lisp/org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index a80286ffe..53a2b4773 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1274,7 +1274,7 @@ type. In principle, it does not hurt to turn on most link types - there may be a small gain when turning off unused link types. The types are: bracket The recommended [[link][description]] or [[link]] links with hiding. -angular Links in angular brackets that may contain whitespace like +angle Links in angular brackets that may contain whitespace like . plain Plain links in normal text, no whitespace, like http://google.com. radio Text that is matched by a radio target, see manual for details. @@ -1285,8 +1285,8 @@ footnote Footnote labels. Changing this variable requires a restart of Emacs to become effective." :group 'org-link :type '(set :greedy t - (const :tag "Double bracket links (new style)" bracket) - (const :tag "Angular bracket links (old style)" angular) + (const :tag "Double bracket links" bracket) + (const :tag "Angular bracket links" angle) (const :tag "Plain text links" plain) (const :tag "Radio target matches" radio) (const :tag "Tags" tag)