summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@laboissiere.net>2011-10-11 00:22:09 +0200
committerBastien Guerry <bzg@altern.org>2011-10-22 11:15:42 +0200
commitaa2ebf4f7b5077d3ab5b28d2535d4b5cfdf18548 (patch)
tree8e14f1813bf13724299fa8ab4023108ca21911b4
parent8d8417387341d0eb88e1cc961860754e80d3086f (diff)
downloadorg-mode-aa2ebf4f7b5077d3ab5b28d2535d4b5cfdf18548.tar.gz
Fix typos in variable description
* lisp/org.el (org-link-search-must-match-exact-headline): Fix typos. TINYCHANGE
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index aad5fd7..67aadc9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1493,9 +1493,9 @@ When nil, the link search tries to match a phrase with all words
in the search text."
:group 'org-link-follow
:type '(choice
- (const :tag "Use fuzy text search" nil)
+ (const :tag "Use fuzzy text search" nil)
(const :tag "Match only exact headline" t)
- (const :tag "Match extact headline or query to create it"
+ (const :tag "Match exact headline or query to create it"
query-to-create)))
(defcustom org-link-frame-setup