From 20106e31be004f2902d905990753e401017e25af Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 2 Feb 2009 21:50:00 +0000 Subject: [PATCH] 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. --- lisp/org/ChangeLog | 6 ++++++ lisp/org/org-jsinfo.el | 2 +- lisp/org/org.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 4a761beff12..994b3be3791 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -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 --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el index d72befda7e9..b7b7b6c7780 100644 --- a/lisp/org/org-jsinfo.el +++ b/lisp/org/org-jsinfo.el @@ -168,7 +168,7 @@ Option settings will replace the %MANAGER-OPTIONS cookie." ;; 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 --git a/lisp/org/org.el b/lisp/org/org.el index da33628e75a..f60be95d7f3 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -563,7 +563,7 @@ Drawers can be defined on the per-file basis with a line like: "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 -- 2.39.5