emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/org ChangeLog org-footnote.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/org ChangeLog org-footnote.el
Date: Thu, 12 Feb 2009 03:26:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/12 03:26:13

Modified files:
        lisp/org       : ChangeLog org-footnote.el 

Log message:
        (org-footnote-at-definition-p): Fix doc typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/ChangeLog?cvsroot=emacs&r1=1.67&r2=1.68
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-footnote.el?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- ChangeLog   6 Feb 2009 16:17:56 -0000       1.67
+++ ChangeLog   12 Feb 2009 03:26:13 -0000      1.68
@@ -1,3 +1,11 @@
+2009-02-12  Glenn Morris  <address@hidden>
+
+       * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
+
+2009-02-12  Joachim Reiter  <address@hidden>  (tiny change)
+
+       * org-footnote.el (org-footnote-action): Fix doc typo.
+
 2009-02-06  Carsten Dominik  <address@hidden>
 
        * org-exp.el (org-export-preprocess-string): Fix bug with skipping

Index: org-footnote.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-footnote.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- org-footnote.el     12 Feb 2009 03:25:54 -0000      1.7
+++ org-footnote.el     12 Feb 2009 03:26:13 -0000      1.8
@@ -133,7 +133,7 @@
 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
 footnote text is included and defined locally.
-The return value will be nil if not at a foornote definition, and a list
+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."
   (save-excursion
     (end-of-line 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]