From a1a5b3d960b135b5a336eb0cf777ed2cd0b60d19 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 17 Apr 2002 15:06:18 +0000 Subject: [PATCH] (Tips for Making Compiled Code Fast): Don't advertise profile.el. --- lispref/tips.texi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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. -- 2.39.5