summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-04-07 08:40:55 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-04-07 08:40:55 +0200
commitdcc445a0273d2d05f02287eb74d4f44e6ff70f51 (patch)
treec884fd1f72da8b626315b36e93661682a4183aff
parent9a21870521d6c071bb7dba5c1067c30ae63ac219 (diff)
downloadorg-mode-dcc445a0273d2d05f02287eb74d4f44e6ff70f51.tar.gz
Fix typo in docstring
-rw-r--r--lisp/org-footnote.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index db2ba9b..96ba41b 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))