]> git.eshelyaron.com Git - emacs.git/commitdiff
(Tips for Making Compiled Code Fast): Don't advertise profile.el.
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Apr 2002 15:06:18 +0000 (15:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Apr 2002 15:06:18 +0000 (15:06 +0000)
lispref/tips.texi

index 20fe774d1858fed0068589e8e7a1eb714e98343a..896635103e570d17ce55bf1369b56ff6c6bc3e09 100644 (file)
@@ -418,11 +418,9 @@ Lisp programs.
 @item
 @cindex profiling
 @cindex timing programs
-@cindex @file{profile.el}
 @cindex @file{elp.el}
-Profile your program with the @file{profile} library or the @file{elp}
-library.  See the files @file{profile.el} and @file{elp.el} for
-instructions.
+Profile your program with the @file{elp} library.  See the file
+@file{elp.el} for instructions.
 
 @item
 Use iteration rather than recursion whenever possible.