]> git.eshelyaron.com Git - emacs.git/commitdiff
(recompile): Update comment to reflect change
authorNick Roberts <nickrob@snap.net.nz>
Fri, 28 Jul 2006 03:36:55 +0000 (03:36 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 28 Jul 2006 03:36:55 +0000 (03:36 +0000)
on 2004-04-21.

lisp/Makefile.in

index 1b4a152888a54172d5240e434068c5bdff294c5d..f6caedcccda8715d46cd95a7902668047687e5de 100644 (file)
@@ -204,9 +204,8 @@ backup-compiled-files:
 
 compile-after-backup: backup-compiled-files compile-always
 
-# Recompile all Lisp files which are newer than their .elc files.
-# Note that this doesn't create .elc files.  It only recompiles if an
-# .elc is present.
+# Recompile all Lisp files which are newer than their .elc files and compile
+# new ones.
 
 recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc
        $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)