# HG changeset patch # User Eli Zaretskii # Date 1019055782 0 # Node ID 774d49397ece26f61028dfe822e1911fc2a6ac30 # Parent 4d83a1e04d99afddcc5e304eeb5677dec11d03c0 (Tips for Making Compiled Code Fast): Don't advertise profile.el. diff -r 4d83a1e04d99 -r 774d49397ece lispref/tips.texi --- 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.