]> git.eshelyaron.com Git - emacs.git/commitdiff
2009-02-02 Carsten Dominik <dominik@science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 2 Feb 2009 21:50:00 +0000 (21:50 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 2 Feb 2009 21:50:00 +0000 (21:50 +0000)
* org.el (org-cycle-global-at-bob): Fix typo.

* org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.

lisp/org/ChangeLog
lisp/org/org-jsinfo.el
lisp/org/org.el

index 4a761beff1269f956ea79ca61ed06a16f88886ad..994b3be37915b2b61cc74f60174349206334b21f 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
+
+       * 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  <carsten.dominik@gmail.com>
 
        * org.el (org-mode): Make dependence stuff work more reliably.
index d72befda7e94748eb51af671ed260c217293b40b..b7b7b6c7780ecc69d150c71cd9ed8d20b7df789d 100644 (file)
@@ -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)
 
index da33628e75a247b72de1312039a4015390ddf647..f60be95d7f36124507e24cba08825b120e5a392f 100644 (file)
@@ -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