summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-09-26 10:01:42 +0000
committerRichard M. Stallman <rms@gnu.org>2003-09-26 10:01:42 +0000
commit6142d1d06cbc870f82591f85eaa908541d9bb4f9 (patch)
tree047be6d980befbee6b8af5b1ba1ab6537c008c15 /lispref/debugging.texi
parent7ae39109ac1df74e7e7c3fd951285ded153ddaf7 (diff)
Avoid @strong{Note:}.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index cc3fc7a9bd..e98adaa22e 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -216,10 +216,10 @@ When @code{debug-on-entry} is called interactively, it prompts for
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