Carsten Dominik 16 anos atrás
pai
commit
c81bdc7757
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      lisp/org-jsinfo.el
  2. 1 1
      lisp/org.el

+ 1 - 1
lisp/org-jsinfo.el

@@ -168,7 +168,7 @@ Option settings will replace the %MANAGER-OPTIONS cookie."
     ;; actually be displayed is governed by the TDEPTH option.
     ;; actually be displayed is governed by the TDEPTH option.
     (setq exp-plist (plist-put exp-plist :table-of-contents sdepth))
     (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))
     (setq tdepth (min tdepth sdepth))
     (push (cons "TOC_DEPTH" tdepth) s)
     (push (cons "TOC_DEPTH" tdepth) s)
 
 

+ 1 - 1
lisp/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.
   "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
 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
 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
 this way, `org-cycle-hook' is disables temporarily, to make sure the
 cursor stays at the beginning of the buffer.
 cursor stays at the beginning of the buffer.
 When this option is nil, don't do anything special at the beginning
 When this option is nil, don't do anything special at the beginning