From dcc445a0273d2d05f02287eb74d4f44e6ff70f51 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 7 Apr 2010 08:40:55 +0200 Subject: [PATCH] Fix typo in docstring --- 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 db2ba9b70..96ba41b9f 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -183,7 +183,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-next-reference (label) - "Find the definition of the footnote with label LABEL." + "Find the next reference of the footnote with label LABEL." (interactive "sLabel: ") (org-mark-ring-push) (setq label (org-footnote-normalize-label label)) -- 2.11.4.GIT