mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Minor docstring bug: org-footnote-goto-previous-reference
This commit is contained in:
parent
d0f737e9c2
commit
6e73bcbf44
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user