From d65f5c92984a20d8e9e8dbba5a03ff59766360ef Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 24 Oct 2012 12:23:08 +0200 Subject: [PATCH] org.el (org-refile-check-position): Fix typo in docstring. * org.el (org-refile-check-position): Fix typo in docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index e700eb256..b39d7c0f5 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)) -- 2.11.4.GIT