summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-10 00:49:15 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-10 00:49:15 -0500
commite04aa8330903ea03599de87f502813a9cce3258a (patch)
tree8a4067fff134c0ab6273bf686070481dceff9894
parent3e39f82cd4177c4cf4b30174be70dc020d142db9 (diff)
downloadorg-mode-e04aa8330903ea03599de87f502813a9cce3258a.tar.gz
refile: Update remaining spots that use obsolete org-copy
* lisp/org-refile.el (org-refile): Update docstring to refer to org-refile-copy rather than obsolete alias org-copy.
-rw-r--r--lisp/org-refile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 2a3fad5..a8a2ef2 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -214,7 +214,7 @@ converted to a headline before refiling."
org-org-menu
'("Edit Structure") i))
'(["Refile Subtree" org-refile (org-in-subtree-not-table-p)]
- ["Refile and copy Subtree" org-copy (org-in-subtree-not-table-p)]))
+ ["Refile and copy Subtree" org-refile-copy (org-in-subtree-not-table-p)]))
(defun org-refile-marker (pos)
"Get a new refile marker, but only if caching is in use."
@@ -426,7 +426,7 @@ needed when passing RFLOC
headline to refile under
MSG is a string to replace \"Refile\" in the default prompt with
-another verb. E.g. `org-copy' sets this parameter to \"Copy\".
+another verb. E.g. `org-refile-copy' sets this parameter to \"Copy\".
See also `org-refile-use-outline-path'.