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-jsinfo.el org.el


From: Carsten Dominik
Subject: [Emacs-diffs] emacs/lisp/org ChangeLog org-jsinfo.el org.el
Date: Mon, 02 Feb 2009 21:50:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      09/02/02 21:50:01

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

Log message:
        2009-02-02  Carsten Dominik  <address@hidden>
        
                * org.el (org-cycle-global-at-bob): Fix typo.
        
                * org-jsinfo.el (org-infojs-handle-options): Fix typo in 
comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/ChangeLog?cvsroot=emacs&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-jsinfo.el?cvsroot=emacs&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org.el?cvsroot=emacs&r1=1.43&r2=1.44

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- ChangeLog   2 Feb 2009 20:57:14 -0000       1.61
+++ ChangeLog   2 Feb 2009 21:50:00 -0000       1.62
@@ -1,3 +1,9 @@
+2009-02-02  Carsten Dominik  <address@hidden>
+
+       * org.el (org-cycle-global-at-bob): Fix typo.
+
+       * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
+
 2009-02-02  Carsten Dominik  <address@hidden>
 
        * org.el (org-mode): Make dependence stuff work more reliably.

Index: org-jsinfo.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-jsinfo.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- org-jsinfo.el       2 Feb 2009 20:57:16 -0000       1.22
+++ org-jsinfo.el       2 Feb 2009 21:50:01 -0000       1.23
@@ -168,7 +168,7 @@
     ;; actually be displayed is governed by the TDEPTH option.
     (setq exp-plist (plist-put exp-plist :table-of-contents sdepth))
 
-    ;; The table of contents should ot show more sections then we generate
+    ;; The table of contents should not show more sections then we generate
     (setq tdepth (min tdepth sdepth))
     (push (cons "TOC_DEPTH" tdepth) s)
 

Index: org.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- org.el      2 Feb 2009 20:57:17 -0000       1.43
+++ org.el      2 Feb 2009 21:50:01 -0000       1.44
@@ -563,7 +563,7 @@
   "Cycle globally if cursor is at beginning of buffer and not at a headline.
 This makes it possible to do global cycling without having to use S-TAB or
 C-u TAB.  For this special case to work, the first line of the buffer
-must not be a headline - it may be empty ot some other text.  When used in
+must not be a headline - it may be empty or some other text.  When used in
 this way, `org-cycle-hook' is disables temporarily, to make sure the
 cursor stays at the beginning of the buffer.
 When this option is nil, don't do anything special at the beginning




reply via email to

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