summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoorul Islam <noorul@noorul.com>2010-10-24 12:40:54 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-24 18:15:08 +0200
commit6e73bcbf44c8ce00ae0ef0ff189dbf6bec9cc969 (patch)
tree6048ef961e063050774830c10e991ae15034eaa2
parentd0f737e9c2b27d13d3120c48b19eb9adc79337a5 (diff)
downloadorg-mode-6e73bcbf44c8ce00ae0ef0ff189dbf6bec9cc969.tar.gz
Minor docstring bug: org-footnote-goto-previous-reference
-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 36fcfb2..e73e996 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))