diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-09-26 10:01:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-09-26 10:01:42 +0000 |
commit | 6142d1d06cbc870f82591f85eaa908541d9bb4f9 (patch) | |
tree | 047be6d980befbee6b8af5b1ba1ab6537c008c15 /lispref/debugging.texi | |
parent | 7ae39109ac1df74e7e7c3fd951285ded153ddaf7 (diff) | |
download | emacs-6142d1d06cbc870f82591f85eaa908541d9bb4f9.tar.gz |
Avoid @strong{Note:}.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r-- | lispref/debugging.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index cc3fc7a9bd9..e98adaa22e4 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 |