summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-07 10:03:10 +0100
committerBastien Guerry <bzg@altern.org>2013-02-07 10:03:10 +0100
commitcadffe8e1a75ab09a0ac8b734c19e0846743f37e (patch)
tree301fd8e0a67d7da07339f4686be7a2cf0874c0f1
parentc857077351520667c14f61491d8476ad133f74de (diff)
parentfa55168d262cd2fbcf35d40474a7466502ea7836 (diff)
downloadorg-mode-cadffe8e1a75ab09a0ac8b734c19e0846743f37e.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-id.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 39ca170..c046c59 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -259,11 +259,11 @@ In any case, the ID of the entry is returned."
id)))))
(defun org-id-get-with-outline-path-completion (&optional targets)
- "Use outline-path-completion to retrieve the ID of an entry.
-TARGETS may be a setting for `org-refile-targets' to define the eligible
-headlines. When omitted, all headlines in all agenda files are
-eligible.
-It returns the ID of the entry. If necessary, the ID is created."
+ "Use `outline-path-completion' to retrieve the ID of an entry.
+TARGETS may be a setting for `org-refile-targets' to define
+eligible headlines. When omitted, all headlines in the current
+file are eligible. This function returns the ID of the entry.
+If necessary, the ID is created."
(let* ((org-refile-targets (or targets '((nil . (:maxlevel . 10)))))
(org-refile-use-outline-path
(if (caar org-refile-targets) 'file t))