projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
facb889
)
org.el (org-refile-check-position): Fix typo in docstring.
author
Bastien Guerry
<bzg@altern.org>
Wed, 24 Oct 2012 10:23:08 +0000 (12:23 +0200)
committer
Bastien Guerry
<bzg@altern.org>
Wed, 24 Oct 2012 10:23:08 +0000 (12:23 +0200)
* org.el (org-refile-check-position): Fix typo in docstring.
lisp/org.el
patch
|
blob
|
history
diff --git
a/lisp/org.el
b/lisp/org.el
index
e700eb2
..
b39d7c0
100644
(file)
--- 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))