Minor docstring bug: org-footnote-goto-previous-reference

This commit is contained in:
Noorul Islam 2010-10-24 12:40:54 +00:00 committed by Carsten Dominik
parent d0f737e9c2
commit 6e73bcbf44
1 changed files with 1 additions and 1 deletions

View File

@ -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))