From 814871c42bdc611d92c07301af52992e7bf1a8f7 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Feb 2011 18:00:16 +0100 Subject: [PATCH] Fix docstring typo in org-link-search-must-match-exact-headline. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 3e1419242..8acf5a9df 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1463,7 +1463,7 @@ Changing this requires a restart of Emacs to work correctly." (defcustom org-link-search-must-match-exact-headline 'query-to-create "Non-nil means internal links in Org files must exactly match a headline. -When nil, the link search tries to match a phrase will all words +When nil, the link search tries to match a phrase with all words in the search text." :group 'org-link-follow :type '(choice