summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-24 12:23:08 +0200
committerBastien Guerry <bzg@altern.org>2012-10-24 12:23:08 +0200
commitd65f5c92984a20d8e9e8dbba5a03ff59766360ef (patch)
tree7da24d5396330b8981c45f20b3fe659888687cae
parentfacb889b196e7e5f8bf8a93395a6eec01f539a01 (diff)
downloadorg-mode-d65f5c92984a20d8e9e8dbba5a03ff59766360ef.tar.gz
org.el (org-refile-check-position): Fix typo in docstring.
* org.el (org-refile-check-position): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e700eb2..b39d7c0 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10978,7 +10978,7 @@ this is used for the GOTO interface."
(declare-function org-string-nw-p "org-macs" (s))
(defun org-refile-check-position (refile-pointer)
- "Check if the refile pointer matches the readline to which it points."
+ "Check if the refile pointer matches the headline to which it points."
(let* ((file (nth 1 refile-pointer))
(re (nth 2 refile-pointer))
(pos (nth 3 refile-pointer))