Document more org-refile related variables in the docstring

Make it easier to find variables related to refiling by just reading
the docstring.
This commit is contained in:
Bernt Hansen 2009-04-09 16:47:38 -04:00 committed by Carsten Dominik
parent 7be5320866
commit d0b9701549
1 changed files with 3 additions and 1 deletions

View File

@ -8241,7 +8241,9 @@ below it are allowed.
With prefix arg GOTO, the command will only visit the target location, With prefix arg GOTO, the command will only visit the target location,
not actually move anything. not actually move anything.
With a double prefix `C-u C-u', go to the location where the last refiling With a double prefix `C-u C-u', go to the location where the last refiling
operation has put the subtree." operation has put the subtree.
See also `org-refile-use-outline-path' and `org-completion-use-ido'"
(interactive "P") (interactive "P")
(let* ((cbuf (current-buffer)) (let* ((cbuf (current-buffer))
(regionp (org-region-active-p)) (regionp (org-region-active-p))