From 3a930aa8faea61b00236e101d66eb8a202bb180a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 18 Dec 2008 23:07:14 +0100 Subject: [PATCH] Improve the docstring of org-refile-targets. --- lisp/org.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 05d659e3e..fc0f7a96e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1340,10 +1340,11 @@ are matched against file names, and values." This is list of cons cells. Each cell contains: - a specification of the files to be considered, either a list of files, or a symbol whose function or variable value will be used to retrieve - a file name or a list of file names. Nil means, refile to a different - heading in the current buffer. -- A specification of how to find candidate refile targets. This may be - any of + 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 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.