소스 검색

org-footnote: fix doc-string typo

Nicolas Goaziou 13 년 전
부모
커밋
9495979cdd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lisp/org-footnote.el

+ 2 - 2
lisp/org-footnote.el

@@ -177,8 +177,8 @@ extracted will be filled again."
 (defun org-footnote-at-reference-p ()
   "Is the cursor at a footnote reference?
 
-If so, return an list containing its label, beginning and ending
-positions, and the definition, if local."
+If so, return a list containing its label, beginning and ending
+positions, and the definition, when inlined."
   (when (and (org-footnote-in-valid-context-p)
 	     (or (looking-at org-footnote-re)
 		 (org-in-regexp org-footnote-re)