浏览代码

Fixed typo in file name.

Carsten Dominik 17 年之前
父节点
当前提交
23bf79d0d4
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      ORGWEBPAGE/Changes.org
  2. 3 3
      contrib/lisp/org-indent.el

+ 1 - 1
ORGWEBPAGE/Changes.org

@@ -1,6 +1,6 @@
 #   -*- mode: org; org-export-publishing-directory: "tmp"; fill-column: 65 -*-
 
-#+STARTUP: localindent hidestars
+#+STARTUP: 
 
 #+TITLE: Org-mode list of user-visible changes
 #+AUTHOR:  Carsten Dominik

+ 3 - 3
contrib/lisp/org-ident.el → contrib/lisp/org-indent.el

@@ -1,4 +1,4 @@
-;;; org-depend.el --- TODO dependencies for Org-mode
+;;; org-indent.el --- Dynamic indentation for  Org-mode
 ;; Copyright (C) 2008 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
@@ -207,6 +207,6 @@ Point is assumed to be at the beginning of the line for this."
 	(org-indent-remove-overlays beg end)
 	(org-indent-add-overlays beg end)))))
 
-(provide 'org-depend)
+(provide 'org-indent)
 
-;;; org-depend.el ends here
+;;; org-indent.el ends here