From 6e73bcbf44c8ce00ae0ef0ff189dbf6bec9cc969 Mon Sep 17 00:00:00 2001 From: Noorul Islam Date: Sun, 24 Oct 2010 12:40:54 +0000 Subject: [PATCH] Minor docstring bug: org-footnote-goto-previous-reference --- lisp/org-footnote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 36fcfb2ca..e73e99664 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -188,7 +188,7 @@ with start and label of the footnote if there is a definition at point." (message "Edit definition and go back with `C-c &' or, if unique, with `C-c C-c'.")))) (defun org-footnote-goto-previous-reference (label) - "Find the next previous of the footnote with label LABEL." + "Find the first closest (to point) reference of footnote with label LABEL." (interactive "sLabel: ") (org-mark-ring-push) (setq label (org-footnote-normalize-label label))