]> code.delx.au - gnu-emacs/commitdiff
; * lisp/Makefile.in: Comment update.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Jan 2016 23:48:40 +0000 (18:48 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Jan 2016 23:48:40 +0000 (18:48 -0500)
lisp/Makefile.in

index 5f72e6ce23e337fecce4525941ca33cd0f873938..5042c0f2ab97c3e6eca4b5a64da2f63367753462 100644 (file)
@@ -233,7 +233,7 @@ ETAGS = ../lib-src/etags${EXEEXT}
 ${ETAGS}: FORCE
        ${MAKE} -C ../lib-src $(notdir $@)
 
-## The ls | sed | xargs is to stop the command line getting too long
+## The use of xargs is to stop the command line getting too long
 ## on MS Windows, when the MSYS Bash passes it to a MinGW compiled
 ## etags.  It might be better to use find in a similar way to
 ## compile-main.  But maybe this is not even necessary any more now