summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-09 22:33:19 +0200
committerBastien Guerry <bzg@altern.org>2012-08-09 22:33:19 +0200
commitc49f74c85abd41d8e01bc07049b317652298907e (patch)
tree8d3ea1cc76b832b4ae75fd65d4692f9fbc692440
parent0524a24c3691ba0e7a430a91ef40056b61e12a9b (diff)
downloadorg-mode-c49f74c85abd41d8e01bc07049b317652298907e.tar.gz
Makefile: s/org/Org
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00eed0c..71e2765 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)