浏览代码

Merge branch 'maint'

Bastien Guerry 12 年之前
父节点
当前提交
cadffe8e1a
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      lisp/org-id.el

+ 5 - 5
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))