Explorar o código

Tiny docstring fix in org-footnote.el

Hi,

A tiny docstring fix in org-footnote.el
Puneeth Chaganti %!s(int64=14) %!d(string=hai) anos
pai
achega
078c01bf3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-footnote.el

+ 1 - 1
lisp/org-footnote.el

@@ -160,7 +160,7 @@ If yes, return the beginning position, the label, and the definition, if local."
 (defun org-footnote-at-definition-p ()
   "Is the cursor at a footnote definition.
 This matches only pure definitions like [1] or [fn:name] at the beginning
-of a line.  It does not a references like [fn:name:definition], where the
+of a line.  It does not match references like [fn:name:definition], where the
 footnote text is included and defined locally.
 The return value will be nil if not at a footnote definition, and a list
 with start and label of the footnote if there is a definition at point."