diff lispref/debugging.texi @ 52626:fe75563f4d13

Avoid @strong{Note:}.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Sep 2003 10:00:24 +0000
parents 695cf19ef79e
children 118899be0578
line wrap: on
line diff
--- a/lispref/debugging.texi	Fri Sep 26 07:26:11 2003 +0000
+++ b/lispref/debugging.texi	Fri Sep 26 10:00:24 2003 +0000
@@ -216,10 +216,10 @@
 up to invoke the debugger on entry, @code{debug-on-entry} does nothing.
 @code{debug-on-entry} always returns @var{function-name}.
 
-@strong{Note:} if you redefine a function after using
-@code{debug-on-entry} on it, the code to enter the debugger is discarded
-by the redefinition.  In effect, redefining the function cancels
-the break-on-entry feature for that function.
+@strong{Warning:} if you redefine a function after using
+@code{debug-on-entry} on it, the code to enter the debugger is
+discarded by the redefinition.  In effect, redefining the function
+cancels the break-on-entry feature for that function.
 
 @example
 @group