summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-03-05 22:53:06 +0100
committerBastien Guerry <bzg@altern.org>2011-03-05 22:53:06 +0100
commit9a35e5d0bec7bef312af71be7eb19d088028ccd5 (patch)
tree2d4c72b8c9eca15b517cad054af677d57022f39e
parent9d1ce51c092291f256568c131e1fac23b230d105 (diff)
downloadorg-mode-9a35e5d0bec7bef312af71be7eb19d088028ccd5.tar.gz
Small docstring fix.
Thanks to Tassilo Horn for spotting this.
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index db24ba7..b03de86 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)
"Prompt the user for a refile location, using PROMPT.
-PROMPT should not be prefixed with a colon and a space, because
-this function prepends the default value from
+PROMPT should not be suffixed with a colon and a space, because
+this function appends the default value from
`org-refile-history' automatically, if that is not empty."
(let ((org-refile-targets org-refile-targets)
(org-refile-use-outline-path org-refile-use-outline-path))