diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2009-02-02 21:50:00 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2009-02-02 21:50:00 +0000 |
commit | 20106e31be004f2902d905990753e401017e25af (patch) | |
tree | 87c0fc7ccf25d34fc1c4670cdfb21b2c7d8b6f6f /lisp/org/org-jsinfo.el | |
parent | b2282a3f8286d8a879c8b7fd82ac7bf38eeb9ffa (diff) | |
download | emacs-20106e31be004f2902d905990753e401017e25af.tar.gz |
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.
Diffstat (limited to 'lisp/org/org-jsinfo.el')
-rw-r--r-- | lisp/org/org-jsinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |