Просмотр исходного кода

org.el (org-refile-check-position): Fix typo in docstring.

* org.el (org-refile-check-position): Fix typo in docstring.
Bastien Guerry 12 лет назад
Родитель
Сommit
d65f5c9298
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -10978,7 +10978,7 @@ this is used for the GOTO interface."
 
 
 (declare-function org-string-nw-p "org-macs" (s))
 (declare-function org-string-nw-p "org-macs" (s))
 (defun org-refile-check-position (refile-pointer)
 (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))
   (let* ((file (nth 1 refile-pointer))
 	 (re (nth 2 refile-pointer))
 	 (re (nth 2 refile-pointer))
 	 (pos (nth 3 refile-pointer))
 	 (pos (nth 3 refile-pointer))