# HG changeset patch # User Carsten Dominik # Date 1233611400 0 # Node ID 9f3e0387f0780e6ad5c27684e0c6b5246e2fbd39 # Parent 1c424aada869e8f8b28b14c0ec8140015098b355 2009-02-02 Carsten Dominik * org.el (org-cycle-global-at-bob): Fix typo. * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment. diff -r 1c424aada869 -r 9f3e0387f078 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Mon Feb 02 21:02:05 2009 +0000 +++ b/lisp/org/ChangeLog Mon Feb 02 21:50:00 2009 +0000 @@ -1,3 +1,9 @@ +2009-02-02 Carsten Dominik + + * 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 * org.el (org-mode): Make dependence stuff work more reliably. diff -r 1c424aada869 -r 9f3e0387f078 lisp/org/org-jsinfo.el --- a/lisp/org/org-jsinfo.el Mon Feb 02 21:02:05 2009 +0000 +++ b/lisp/org/org-jsinfo.el Mon Feb 02 21:50:00 2009 +0000 @@ -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) diff -r 1c424aada869 -r 9f3e0387f078 lisp/org/org.el --- a/lisp/org/org.el Mon Feb 02 21:02:05 2009 +0000 +++ b/lisp/org/org.el Mon Feb 02 21:50:00 2009 +0000 @@ -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