From: Eli Zaretskii Date: Wed, 17 Apr 2002 15:03:02 +0000 (+0000) Subject: (Tips for Making Compiled Code Fast): Don't advertise profile.el. X-Git-Tag: ttn-vms-21-2-B4~15561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f7eb05d83b0aa440939cd584e6ad289bdea9097;p=emacs.git (Tips for Making Compiled Code Fast): Don't advertise profile.el. --- diff --git a/lispref/tips.texi b/lispref/tips.texi index 322686d86a9..2aead6be817 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -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.