From: Glenn Morris Date: Thu, 12 Feb 2009 03:25:54 +0000 (+0000) Subject: Joachim Reiter (tiny change) X-Git-Tag: emacs-pretest-23.0.91~288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c55bbd2794b75619eb9ba016f7e0f1f4074bbc6;p=emacs.git Joachim Reiter (tiny change) (org-footnote-action): Fix doc typo. --- 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."