浏览代码

Makefile: s/org/Org

Bastien Guerry 12 年之前
父节点
当前提交
c49f74c85a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -27,7 +27,7 @@ help helpall::
 	$(info make                - build Org ELisp and all documentation)
 	$(info make all            - ditto)
 	$(info make compile        - build Org ELisp files)
-	$(info make autoloads      - create org-install.el to load org in-place)
+	$(info make autoloads      - create org-install.el to load Org in-place)
 	$(info make check          - build Org ELisp files and run test suite)
 helpall::
 	$(info make test           - ditto)