# HG changeset patch # User Glenn Morris <rgm@gnu.org> # Date 1234409154 0 # Node ID 5eee9e7321f6b316ee84b22c26d44650e6f2a940 # Parent 46cc0fb3442133ed10de593388a326ec044ecd37 Joachim Reiter <Reiter.Joachim at web.de> (tiny change) (org-footnote-action): Fix doc typo. diff -r 46cc0fb34421 -r 5eee9e7321f6 lisp/org/org-footnote.el --- a/lisp/org/org-footnote.el Thu Feb 12 02:19:53 2009 +0000 +++ b/lisp/org/org-footnote.el Thu Feb 12 03:25:54 2009 +0000 @@ -287,7 +287,7 @@ ;;;###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."