branch: elpa/toc-org
commit 7ff7abb01520ad93cc432115b202d776e1af9870
Author: Sergei Nosov <[email protected]>
Commit: Sergei Nosov <[email protected]>
update documentation on org-toc-2 in the source
---
org-toc.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/org-toc.el b/org-toc.el
index 6b5a97833a..c9399d1f20 100644
--- a/org-toc.el
+++ b/org-toc.el
@@ -29,11 +29,9 @@
;; After installation put into your .emacs file something like
-;; (eval-after-load "org-toc-autoloads"
-;; '(progn
-;; (if (require 'org-toc nil t)
-;; (add-hook 'org-mode-hook 'org-toc-enable)
-;; (warn "org-toc not found"))))
+;; (if (require 'org-toc-2 nil t)
+;; (add-hook 'org-mode-hook 'org-toc-enable)
+;; (warn "org-toc not found"))
;; And every time you'll be saving an org file, the first headline with a :TOC:
;; tag will be updated with the current table of contents.