From: Eli Zaretskii Date: Wed, 17 Apr 2002 15:06:18 +0000 (+0000) Subject: (Tips for Making Compiled Code Fast): Don't advertise profile.el. X-Git-Tag: emacs-pretest-21.2.91~298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1a5b3d960b135b5a336eb0cf777ed2cd0b60d19;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 20fe774d185..896635103e5 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.