changeset 44654:774d49397ece

(Tips for Making Compiled Code Fast): Don't advertise profile.el.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 17 Apr 2002 15:03:02 +0000
parents 4d83a1e04d99
children 13e9258cbefb
files lispref/tips.texi
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Wed Apr 17 14:19:15 2002 +0000
+++ b/lispref/tips.texi	Wed Apr 17 15:03:02 2002 +0000
@@ -418,11 +418,9 @@
 @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.