From c49f74c85abd41d8e01bc07049b317652298907e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 9 Aug 2012 22:33:19 +0200 Subject: [PATCH] Makefile: s/org/Org --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00eed0c63..71e2765db 100644 --- a/Makefile +++ b/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)