From b6aac367829af8b6507d04c3f820e3cdbd33853a Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Tue, 11 Oct 2011 00:22:09 +0200 Subject: [PATCH 1/3] Fix typos in variable description * lisp/org.el (org-link-search-must-match-exact-headline): fix typos --- lisp/org.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index b26e1a3..3446ce2 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 -- 1.7.6.3