aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-06 00:45:23 -0700
committerGlenn Morris2012-07-06 00:45:23 -0700
commit97671cbb3caffdd92f57db4413c15c05419181df (patch)
treeef9fce150c7841d047de7e7431cf0742c47e71b7
parenta02d99e754ec1e71776a70ad4b9e9959b0b82d98 (diff)
downloademacs-97671cbb3caffdd92f57db4413c15c05419181df.tar.gz
emacs-97671cbb3caffdd92f57db4413c15c05419181df.zip
Comment tweak
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 6b96a53826f..0cb142a7267 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -326,7 +326,7 @@ compile-after-backup: backup-compiled-files compile-always
326# starting Emacs many times (it was 33% faster on a test with a 326# starting Emacs many times (it was 33% faster on a test with a
327# random 10% of the .el files needing recompilation). 327# random 10% of the .el files needing recompilation).
328# Unlike compile, this is not parallelizable; so if you have more than 328# Unlike compile, this is not parallelizable; so if you have more than
329# one core, compile will be (much) faster. 329# one core and use make -j#, compile will be (much) faster.
330# This rule also produces less accurate compilation warnings. 330# This rule also produces less accurate compilation warnings.
331# The environment of later files is affected by definitions in 331# The environment of later files is affected by definitions in
332# earlier ones, so it does not produce some warnings that it should. 332# earlier ones, so it does not produce some warnings that it should.