summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernt Hansen <bernt@norang.ca>2009-02-07 09:14:37 -0500
committerCarsten Dominik <carsten.dominik@gmail.com>2009-02-07 16:47:25 +0100
commit3015cd1fb7f70789436b75dbdf2949bedc4e83f5 (patch)
tree4e815b2f2941a3b7b3791316e3033fd05e20b9af
parentf963dc367253e17190510b4c9092fe3752c54127 (diff)
downloadorg-mode-3015cd1fb7f70789436b75dbdf2949bedc4e83f5.tar.gz
Fix grammar in description of org-refile-targets
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index df8729e..82db6fc 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1421,8 +1421,8 @@ This is list of cons cells. Each cell contains:
a file name or a list of file names. If you use `org-agenda-files' for
that, all agenda files will be scanned for targets. Nil means, consider
headings in the current buffer.
-- A specification of how to select find candidate refile targets. This
- may be any of
+- A specification of how to find candidate refile targets. This may be
+ any of:
- a cons cell (:tag . \"TAG\") to identify refile targets by a tag.
This tag has to be present in all target headlines, inheritance will
not be considered.