diff options
| author | Richard M. Stallman | 2003-09-26 10:01:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-26 10:01:42 +0000 |
| commit | 6142d1d06cbc870f82591f85eaa908541d9bb4f9 (patch) | |
| tree | 047be6d980befbee6b8af5b1ba1ab6537c008c15 /lispref/debugging.texi | |
| parent | 7ae39109ac1df74e7e7c3fd951285ded153ddaf7 (diff) | |
| download | emacs-6142d1d06cbc870f82591f85eaa908541d9bb4f9.tar.gz emacs-6142d1d06cbc870f82591f85eaa908541d9bb4f9.zip | |
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 | |||
| 216 | up to invoke the debugger on entry, @code{debug-on-entry} does nothing. | 216 | up to invoke the debugger on entry, @code{debug-on-entry} does nothing. |
| 217 | @code{debug-on-entry} always returns @var{function-name}. | 217 | @code{debug-on-entry} always returns @var{function-name}. |
| 218 | 218 | ||
| 219 | @strong{Note:} if you redefine a function after using | 219 | @strong{Warning:} if you redefine a function after using |
| 220 | @code{debug-on-entry} on it, the code to enter the debugger is discarded | 220 | @code{debug-on-entry} on it, the code to enter the debugger is |
| 221 | by the redefinition. In effect, redefining the function cancels | 221 | discarded by the redefinition. In effect, redefining the function |
| 222 | the break-on-entry feature for that function. | 222 | cancels the break-on-entry feature for that function. |
| 223 | 223 | ||
| 224 | @example | 224 | @example |
| 225 | @group | 225 | @group |