Small docstring fix.

Thanks to Tassilo Horn for spotting this.
This commit is contained in:
Bastien Guerry 2011-03-05 22:53:06 +01:00
parent 9d1ce51c09
commit 9a35e5d0be
1 changed files with 2 additions and 2 deletions

View File

@ -10389,8 +10389,8 @@ This can be done with a 0 prefix: `C-0 C-c C-w'"
(defun org-refile-get-location (&optional prompt default-buffer new-nodes) (defun org-refile-get-location (&optional prompt default-buffer new-nodes)
"Prompt the user for a refile location, using PROMPT. "Prompt the user for a refile location, using PROMPT.
PROMPT should not be prefixed with a colon and a space, because PROMPT should not be suffixed with a colon and a space, because
this function prepends the default value from this function appends the default value from
`org-refile-history' automatically, if that is not empty." `org-refile-history' automatically, if that is not empty."
(let ((org-refile-targets org-refile-targets) (let ((org-refile-targets org-refile-targets)
(org-refile-use-outline-path org-refile-use-outline-path)) (org-refile-use-outline-path org-refile-use-outline-path))