diff options
-rw-r--r-- | lisp/org/org-footnote.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-footnote.el b/lisp/org/org-footnote.el index c2dbc4b0418..48ce05be3f7 100644 --- a/lisp/org/org-footnote.el +++ b/lisp/org/org-footnote.el @@ -287,7 +287,7 @@ or new, let the user edit the definition of the footnote." ;;;###autoload (defun org-footnote-action (&optional special) "Do the right thing for footnotes. -When at a foornote reference, jump to the definition. When at a definition, +When at a footnote reference, jump to the definition. When at a definition, jump to the refernces. When neither at definition or reference, create a new footnote, interactively. With prefix arg SPECIAL, offer additional commands in a menu." |