summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-03 18:00:16 +0100
committerBastien Guerry <bzg@altern.org>2011-02-03 18:00:16 +0100
commit814871c42bdc611d92c07301af52992e7bf1a8f7 (patch)
tree64ae027c11e78c30fe99b12c7925de1455c9ded9
parentb93aa7055144c07abffb8b4adb26f31e3294d6d9 (diff)
downloadorg-mode-814871c42bdc611d92c07301af52992e7bf1a8f7.tar.gz
Fix docstring typo in org-link-search-must-match-exact-headline.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 3e14192..8acf5a9 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