From 9495979cdd98001ba2ea34065fbb6ffd0b8ed484 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 14 Jul 2011 09:49:50 +0200 Subject: [PATCH] org-footnote: fix doc-string typo --- lisp/org-footnote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 42e49cc3b..43372d176 100644 --- a/lisp/org-footnote.el +++ b/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)